mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 02:24:30 +00:00
switch to coinlib flutter
This commit is contained in:
parent
b0b49f922f
commit
1df986e444
3 changed files with 11 additions and 2 deletions
|
@ -15,6 +15,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
|
|||
)
|
||||
|
||||
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
||||
coinlib_flutter
|
||||
tor_ffi_plugin
|
||||
)
|
||||
|
||||
|
|
10
pubspec.lock
10
pubspec.lock
|
@ -263,13 +263,21 @@ packages:
|
|||
source: hosted
|
||||
version: "4.6.0"
|
||||
coinlib:
|
||||
dependency: "direct main"
|
||||
dependency: transitive
|
||||
description:
|
||||
name: coinlib
|
||||
sha256: "410993f49aef30e48b76bbad8a33fef33f6b90e103b15b6be0277683ffe15399"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.0.0"
|
||||
coinlib_flutter:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: coinlib_flutter
|
||||
sha256: d0a6a3694fc8c851f6b912bb1c552e33998e3f453efab3d62f75c0b1773d1ab9
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.0.0"
|
||||
collection:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -149,7 +149,7 @@ dependencies:
|
|||
bip340: ^0.2.0
|
||||
tezart: ^2.0.5
|
||||
socks5_proxy: ^1.0.3+dev.3
|
||||
coinlib: ^1.0.0
|
||||
coinlib_flutter: ^1.0.0
|
||||
convert: ^3.1.1
|
||||
|
||||
dev_dependencies:
|
||||
|
|
Loading…
Reference in a new issue