mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
update deps
This commit is contained in:
parent
9c8101d3ea
commit
f61211d7b4
2 changed files with 258 additions and 295 deletions
495
pubspec.lock
495
pubspec.lock
File diff suppressed because it is too large
Load diff
58
pubspec.yaml
58
pubspec.yaml
|
@ -51,21 +51,20 @@ dependencies:
|
|||
bitcoindart:
|
||||
git:
|
||||
url: https://github.com/cypherstack/bitcoindart.git
|
||||
ref: 004d6f82dff7389b561e5078b4649adcd2d9c10f
|
||||
ref: 6136230e660fd1f681d18c75d38ca7de4d81187c
|
||||
|
||||
stack_wallet_backup:
|
||||
git:
|
||||
url: https://github.com/cypherstack/stack_wallet_backup.git
|
||||
ref: e4b08d2b8965a5ae49bd57f598fa9011dd0c25e9
|
||||
ref: ee1da8a9ba1cbeb50c5b354ea1fd5a25b7c5a3ed
|
||||
|
||||
bip47:
|
||||
git:
|
||||
url: https://github.com/cypherstack/bip47.git
|
||||
ref: 38847255d035c0f6ec5bc93d19130ec804cf90e9
|
||||
ref: f0e50250f84438a11364018f8ed3dd5c09ab2e7b
|
||||
|
||||
# Utility plugins
|
||||
# provider: ^6.0.1
|
||||
http: ^0.13.4
|
||||
http: ^0.13.0
|
||||
local_auth: ^1.1.10
|
||||
permission_handler: ^10.0.0
|
||||
flutter_local_notifications: ^9.4.0
|
||||
|
@ -83,7 +82,7 @@ dependencies:
|
|||
bip39:
|
||||
git:
|
||||
url: https://github.com/cypherstack/stack-bip39.git
|
||||
ref: 3bef5acc21340f3cc78df0ad1dce5868a3ed68a5
|
||||
ref: 787814bfea1af30ecf9d90c2c416846def1801f1
|
||||
bitbox:
|
||||
git:
|
||||
url: https://github.com/PiRK/bitbox-flutter.git
|
||||
|
@ -92,30 +91,27 @@ dependencies:
|
|||
bech32:
|
||||
git:
|
||||
url: https://github.com/cypherstack/bech32.git
|
||||
ref: 22279d4bb24ed541b431acd269a1bc50af0f36a0
|
||||
ref: 9e3927a53a606cc3f87f98c5cba36e9fd59917a5
|
||||
bs58check: ^1.0.2
|
||||
|
||||
# Eth Plugins
|
||||
web3dart: 2.3.5
|
||||
web3dart: 2.6.1
|
||||
string_to_hex: 0.2.2
|
||||
ethereum_addresses: 1.0.2
|
||||
|
||||
# Storage plugins
|
||||
flutter_secure_storage: ^5.0.2
|
||||
flutter_secure_storage: ^8.0.0
|
||||
hive: ^2.0.5
|
||||
hive_flutter: ^1.1.0
|
||||
path_provider: ^2.0.8
|
||||
path_provider: ^2.0.15
|
||||
|
||||
# UI/Component plugins
|
||||
flutter_native_splash: ^2.2.4
|
||||
animations: ^2.0.2
|
||||
toast: ^0.3.0
|
||||
flare_flutter: ^3.0.2
|
||||
google_fonts: ^2.2.0
|
||||
google_fonts: ^4.0.4
|
||||
url_launcher: ^6.0.5
|
||||
flutter_svg: ^1.0.1
|
||||
flutter_feather_icons: ^2.0.0+1
|
||||
flutter_spinkit: ^5.1.0
|
||||
decimal: ^2.1.0
|
||||
event_bus: ^2.0.0
|
||||
uuid: ^3.0.5
|
||||
|
@ -126,32 +122,32 @@ dependencies:
|
|||
app_settings: ^4.1.1
|
||||
wakelock: ^0.6.2
|
||||
intl: ^0.17.0
|
||||
devicelocale: ^0.5.0
|
||||
device_info_plus: ^7.0.1
|
||||
devicelocale: ^0.6.0
|
||||
device_info_plus: ^9.0.2
|
||||
keyboard_dismisser: ^3.0.0
|
||||
another_flushbar: ^1.10.28
|
||||
tuple: ^2.0.0
|
||||
flutter_riverpod: ^1.0.3
|
||||
qr_flutter: ^4.0.0
|
||||
share_plus: ^6.3.0
|
||||
share_plus: ^7.0.2
|
||||
emojis: ^0.9.9
|
||||
pointycastle: ^3.6.0
|
||||
package_info_plus: ^1.4.2
|
||||
lottie: ^1.3.0
|
||||
package_info_plus: ^4.0.2
|
||||
lottie: ^2.3.2
|
||||
# shared_preferences: ^2.0.15
|
||||
file_picker: ^5.0.1
|
||||
connectivity_plus: 2.3.6+1
|
||||
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: 1.7.2
|
||||
dropdown_button2: ^2.1.3
|
||||
string_validator: ^0.3.0
|
||||
equatable: ^2.0.5
|
||||
async: ^2.10.0
|
||||
dart_bs58: ^1.0.1
|
||||
dart_bs58check: ^3.0.2
|
||||
hex: ^0.2.0
|
||||
rational: ^2.2.2
|
||||
archive: ^3.3.2
|
||||
desktop_drop: ^0.4.1
|
||||
|
||||
|
@ -194,11 +190,25 @@ flutter_native_splash:
|
|||
android_disable_fullscreen: true
|
||||
|
||||
dependency_overrides:
|
||||
wakelock_windows:
|
||||
git:
|
||||
url: https://github.com/timsneath/wakelock
|
||||
ref: win32-v5
|
||||
path: wakelock_windows
|
||||
stack_wallet_backup:
|
||||
git:
|
||||
url: https://github.com/cypherstack/stack_wallet_backup.git
|
||||
ref: ee1da8a9ba1cbeb50c5b354ea1fd5a25b7c5a3ed
|
||||
bech32:
|
||||
git:
|
||||
url: https://github.com/cypherstack/bech32.git
|
||||
ref: 9e3927a53a606cc3f87f98c5cba36e9fd59917a5
|
||||
bip39:
|
||||
git:
|
||||
url: https://github.com/cypherstack/stack-bip39.git
|
||||
ref: 3bef5acc21340f3cc78df0ad1dce5868a3ed68a5
|
||||
ref: 787814bfea1af30ecf9d90c2c416846def1801f1
|
||||
crypto: 3.0.2
|
||||
flutter_secure_storage: ^8.0.0
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
|
|
Loading…
Reference in a new issue