mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 10:34:32 +00:00
clean up unused deps
This commit is contained in:
parent
4298b24231
commit
f912ce482f
2 changed files with 0 additions and 62 deletions
48
pubspec.lock
48
pubspec.lock
|
@ -17,14 +17,6 @@ packages:
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.13.0"
|
version: "5.13.0"
|
||||||
animations:
|
|
||||||
dependency: "direct main"
|
|
||||||
description:
|
|
||||||
name: animations
|
|
||||||
sha256: fe8a6bdca435f718bb1dc8a11661b2c22504c6da40ef934cee8327ed77934164
|
|
||||||
url: "https://pub.dev"
|
|
||||||
source: hosted
|
|
||||||
version: "2.0.7"
|
|
||||||
another_flushbar:
|
another_flushbar:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@ -33,14 +25,6 @@ packages:
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.12.30"
|
version: "1.12.30"
|
||||||
app_settings:
|
|
||||||
dependency: "direct main"
|
|
||||||
description:
|
|
||||||
name: app_settings
|
|
||||||
sha256: "66715a323ac36d6c8201035ba678777c0d2ea869e4d7064300d95af10c3bb8cb"
|
|
||||||
url: "https://pub.dev"
|
|
||||||
source: hosted
|
|
||||||
version: "4.2.0"
|
|
||||||
archive:
|
archive:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@ -950,14 +934,6 @@ packages:
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.0.2"
|
version: "3.0.2"
|
||||||
jsonrpc2:
|
|
||||||
dependency: "direct main"
|
|
||||||
description:
|
|
||||||
name: jsonrpc2
|
|
||||||
sha256: "98a71b834240ca6d003499ab8f28d1c35aa8ca90235b51e972e0f70596b86bd3"
|
|
||||||
url: "https://pub.dev"
|
|
||||||
source: hosted
|
|
||||||
version: "3.0.1"
|
|
||||||
keyboard_dismisser:
|
keyboard_dismisser:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@ -1341,22 +1317,6 @@ packages:
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.3"
|
version: "1.0.3"
|
||||||
rpc_dispatcher:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: rpc_dispatcher
|
|
||||||
sha256: b6ddcae58b3fbc1172a7c2dc8ab30d2f1090db8c7a728e4405bd10142dc48a47
|
|
||||||
url: "https://pub.dev"
|
|
||||||
source: hosted
|
|
||||||
version: "1.0.1"
|
|
||||||
rpc_exceptions:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: rpc_exceptions
|
|
||||||
sha256: "09b2e5f3f805b65a262b40e3410d79fb916ff5be2a65e2f6b8b0eeef7aa965b7"
|
|
||||||
url: "https://pub.dev"
|
|
||||||
source: hosted
|
|
||||||
version: "1.0.1"
|
|
||||||
rxdart:
|
rxdart:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@ -1571,14 +1531,6 @@ packages:
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.2.0"
|
version: "1.2.0"
|
||||||
string_to_hex:
|
|
||||||
dependency: "direct main"
|
|
||||||
description:
|
|
||||||
name: string_to_hex
|
|
||||||
sha256: "63e5dc1f4821a2449d505033fbd4569f7020ebf30ddffb54d00ebaba8e144a49"
|
|
||||||
url: "https://pub.dev"
|
|
||||||
source: hosted
|
|
||||||
version: "0.2.2"
|
|
||||||
string_validator:
|
string_validator:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|
14
pubspec.yaml
14
pubspec.yaml
|
@ -42,12 +42,6 @@ dependencies:
|
||||||
flutter_libepiccash:
|
flutter_libepiccash:
|
||||||
path: ./crypto_plugins/flutter_libepiccash
|
path: ./crypto_plugins/flutter_libepiccash
|
||||||
|
|
||||||
# firo_flutter:
|
|
||||||
# git:
|
|
||||||
# url: https://github.com/cypherstack/firo_flutter.git
|
|
||||||
# ref: update
|
|
||||||
# path: ./crypto_plugins/firo_flutter
|
|
||||||
|
|
||||||
bitcoindart:
|
bitcoindart:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/cypherstack/bitcoindart.git
|
url: https://github.com/cypherstack/bitcoindart.git
|
||||||
|
@ -69,7 +63,6 @@ dependencies:
|
||||||
permission_handler: ^10.0.0
|
permission_handler: ^10.0.0
|
||||||
flutter_local_notifications: ^9.4.0
|
flutter_local_notifications: ^9.4.0
|
||||||
rxdart: ^0.27.3
|
rxdart: ^0.27.3
|
||||||
# filesystem_picker: ^3.0.0-beta.1
|
|
||||||
zxcvbn: ^1.0.0
|
zxcvbn: ^1.0.0
|
||||||
dart_numerics: ^0.0.6
|
dart_numerics: ^0.0.6
|
||||||
|
|
||||||
|
@ -96,7 +89,6 @@ dependencies:
|
||||||
|
|
||||||
# Eth Plugins
|
# Eth Plugins
|
||||||
web3dart: 2.6.1
|
web3dart: 2.6.1
|
||||||
string_to_hex: 0.2.2
|
|
||||||
ethereum_addresses: 1.0.2
|
ethereum_addresses: 1.0.2
|
||||||
|
|
||||||
# Storage plugins
|
# Storage plugins
|
||||||
|
@ -107,7 +99,6 @@ dependencies:
|
||||||
|
|
||||||
# UI/Component plugins
|
# UI/Component plugins
|
||||||
flutter_native_splash: ^2.2.4
|
flutter_native_splash: ^2.2.4
|
||||||
animations: ^2.0.2
|
|
||||||
google_fonts: ^4.0.4
|
google_fonts: ^4.0.4
|
||||||
url_launcher: ^6.0.5
|
url_launcher: ^6.0.5
|
||||||
flutter_svg: ^1.0.1
|
flutter_svg: ^1.0.1
|
||||||
|
@ -117,9 +108,7 @@ dependencies:
|
||||||
uuid: ^3.0.5
|
uuid: ^3.0.5
|
||||||
flutter_rounded_date_picker: ^3.0.1
|
flutter_rounded_date_picker: ^3.0.1
|
||||||
crypto: ^3.0.2
|
crypto: ^3.0.2
|
||||||
jsonrpc2: ^3.0.1
|
|
||||||
barcode_scan2: ^4.2.0
|
barcode_scan2: ^4.2.0
|
||||||
app_settings: ^4.1.1
|
|
||||||
wakelock: ^0.6.2
|
wakelock: ^0.6.2
|
||||||
intl: ^0.17.0
|
intl: ^0.17.0
|
||||||
devicelocale: ^0.6.0
|
devicelocale: ^0.6.0
|
||||||
|
@ -134,11 +123,8 @@ dependencies:
|
||||||
pointycastle: ^3.6.0
|
pointycastle: ^3.6.0
|
||||||
package_info_plus: ^4.0.2
|
package_info_plus: ^4.0.2
|
||||||
lottie: ^2.3.2
|
lottie: ^2.3.2
|
||||||
# shared_preferences: ^2.0.15
|
|
||||||
file_picker: ^5.3.1
|
file_picker: ^5.3.1
|
||||||
# connectivity_plus: 2.3.6+1
|
|
||||||
connectivity_plus: ^4.0.1
|
connectivity_plus: ^4.0.1
|
||||||
# document_file_save_plus: ^1.0.5
|
|
||||||
isar: 3.0.5
|
isar: 3.0.5
|
||||||
isar_flutter_libs: 3.0.5 # contains the binaries
|
isar_flutter_libs: 3.0.5 # contains the binaries
|
||||||
dropdown_button2: ^2.1.3
|
dropdown_button2: ^2.1.3
|
||||||
|
|
Loading…
Reference in a new issue