switch to coinlib flutter

This commit is contained in:
julian 2023-09-28 11:09:19 -06:00
parent b0b49f922f
commit 1df986e444
3 changed files with 11 additions and 2 deletions

View file

@ -15,6 +15,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST
coinlib_flutter
tor_ffi_plugin
)

View file

@ -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:

View file

@ -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: