mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-04-04 13:27:35 +00:00
override all the things
This commit is contained in:
parent
8a42287a77
commit
af5d18da45
1 changed files with 11 additions and 5 deletions
16
pubspec.yaml
16
pubspec.yaml
|
@ -165,11 +165,6 @@ dependencies:
|
|||
url: https://github.com/cypherstack/tezart.git
|
||||
ref: 8a7070f533e63dd150edae99476f6853bfb25913
|
||||
socks5_proxy: ^1.0.3+dev.3
|
||||
coinlib_flutter:
|
||||
git:
|
||||
url: https://github.com/cypherstack/coinlib.git
|
||||
path: coinlib_flutter
|
||||
ref: 4f549b8b511a63fdc1f44796ab43b10f586635cd
|
||||
convert: ^3.1.1
|
||||
flutter_hooks: ^0.20.3
|
||||
meta: ^1.9.1
|
||||
|
@ -214,6 +209,17 @@ flutter_native_splash:
|
|||
|
||||
dependency_overrides:
|
||||
|
||||
coinlib_flutter:
|
||||
git:
|
||||
url: https://github.com/cypherstack/coinlib.git
|
||||
path: coinlib_flutter
|
||||
ref: 4f549b8b511a63fdc1f44796ab43b10f586635cd
|
||||
coinlib:
|
||||
git:
|
||||
url: https://github.com/cypherstack/coinlib.git
|
||||
path: coinlib
|
||||
ref: 4f549b8b511a63fdc1f44796ab43b10f586635cd
|
||||
|
||||
# required for dart 3, at least until a fix is merged upstream
|
||||
wakelock_windows:
|
||||
git:
|
||||
|
|
Loading…
Reference in a new issue