mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
fix dependency
This commit is contained in:
parent
e5a4382153
commit
1239fd9a36
1 changed files with 5 additions and 5 deletions
10
pubspec.yaml
10
pubspec.yaml
|
@ -168,6 +168,11 @@ dependencies:
|
|||
convert: ^3.1.1
|
||||
flutter_hooks: ^0.20.3
|
||||
meta: ^1.9.1
|
||||
coinlib_flutter:
|
||||
git:
|
||||
url: https://github.com/cypherstack/coinlib.git
|
||||
path: coinlib_flutter
|
||||
ref: 4f549b8b511a63fdc1f44796ab43b10f586635cd
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
@ -186,11 +191,6 @@ dev_dependencies:
|
|||
import_sorter: ^4.6.0
|
||||
flutter_lints: ^2.0.1
|
||||
isar_generator: 3.0.5
|
||||
coinlib_flutter:
|
||||
git:
|
||||
url: https://github.com/cypherstack/coinlib.git
|
||||
path: coinlib_flutter
|
||||
ref: 4f549b8b511a63fdc1f44796ab43b10f586635cd
|
||||
|
||||
flutter_launcher_icons:
|
||||
android: true
|
||||
|
|
Loading…
Reference in a new issue