mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +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"
|
||||
source: hosted
|
||||
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:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -33,14 +25,6 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
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:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -950,14 +934,6 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
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:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -1341,22 +1317,6 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
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:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -1571,14 +1531,6 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
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:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
14
pubspec.yaml
14
pubspec.yaml
|
@ -42,12 +42,6 @@ dependencies:
|
|||
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:
|
||||
git:
|
||||
url: https://github.com/cypherstack/bitcoindart.git
|
||||
|
@ -69,7 +63,6 @@ dependencies:
|
|||
permission_handler: ^10.0.0
|
||||
flutter_local_notifications: ^9.4.0
|
||||
rxdart: ^0.27.3
|
||||
# filesystem_picker: ^3.0.0-beta.1
|
||||
zxcvbn: ^1.0.0
|
||||
dart_numerics: ^0.0.6
|
||||
|
||||
|
@ -96,7 +89,6 @@ dependencies:
|
|||
|
||||
# Eth Plugins
|
||||
web3dart: 2.6.1
|
||||
string_to_hex: 0.2.2
|
||||
ethereum_addresses: 1.0.2
|
||||
|
||||
# Storage plugins
|
||||
|
@ -107,7 +99,6 @@ dependencies:
|
|||
|
||||
# UI/Component plugins
|
||||
flutter_native_splash: ^2.2.4
|
||||
animations: ^2.0.2
|
||||
google_fonts: ^4.0.4
|
||||
url_launcher: ^6.0.5
|
||||
flutter_svg: ^1.0.1
|
||||
|
@ -117,9 +108,7 @@ dependencies:
|
|||
uuid: ^3.0.5
|
||||
flutter_rounded_date_picker: ^3.0.1
|
||||
crypto: ^3.0.2
|
||||
jsonrpc2: ^3.0.1
|
||||
barcode_scan2: ^4.2.0
|
||||
app_settings: ^4.1.1
|
||||
wakelock: ^0.6.2
|
||||
intl: ^0.17.0
|
||||
devicelocale: ^0.6.0
|
||||
|
@ -134,11 +123,8 @@ dependencies:
|
|||
pointycastle: ^3.6.0
|
||||
package_info_plus: ^4.0.2
|
||||
lottie: ^2.3.2
|
||||
# shared_preferences: ^2.0.15
|
||||
file_picker: ^5.3.1
|
||||
# connectivity_plus: 2.3.6+1
|
||||
connectivity_plus: ^4.0.1
|
||||
# document_file_save_plus: ^1.0.5
|
||||
isar: 3.0.5
|
||||
isar_flutter_libs: 3.0.5 # contains the binaries
|
||||
dropdown_button2: ^2.1.3
|
||||
|
|
Loading…
Reference in a new issue