mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +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
|
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
||||||
|
coinlib_flutter
|
||||||
tor_ffi_plugin
|
tor_ffi_plugin
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
10
pubspec.lock
10
pubspec.lock
|
@ -263,13 +263,21 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.6.0"
|
version: "4.6.0"
|
||||||
coinlib:
|
coinlib:
|
||||||
dependency: "direct main"
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: coinlib
|
name: coinlib
|
||||||
sha256: "410993f49aef30e48b76bbad8a33fef33f6b90e103b15b6be0277683ffe15399"
|
sha256: "410993f49aef30e48b76bbad8a33fef33f6b90e103b15b6be0277683ffe15399"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.0"
|
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:
|
collection:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -149,7 +149,7 @@ dependencies:
|
||||||
bip340: ^0.2.0
|
bip340: ^0.2.0
|
||||||
tezart: ^2.0.5
|
tezart: ^2.0.5
|
||||||
socks5_proxy: ^1.0.3+dev.3
|
socks5_proxy: ^1.0.3+dev.3
|
||||||
coinlib: ^1.0.0
|
coinlib_flutter: ^1.0.0
|
||||||
convert: ^3.1.1
|
convert: ^3.1.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
Loading…
Reference in a new issue