mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
update generated files
This commit is contained in:
parent
af5d18da45
commit
bdcfb0b885
2 changed files with 17 additions and 14 deletions
30
pubspec.lock
30
pubspec.lock
|
@ -271,21 +271,23 @@ packages:
|
|||
source: hosted
|
||||
version: "4.6.0"
|
||||
coinlib:
|
||||
dependency: transitive
|
||||
dependency: "direct overridden"
|
||||
description:
|
||||
name: coinlib
|
||||
sha256: "410993f49aef30e48b76bbad8a33fef33f6b90e103b15b6be0277683ffe15399"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.0.0"
|
||||
path: coinlib
|
||||
ref: "4f549b8b511a63fdc1f44796ab43b10f586635cd"
|
||||
resolved-ref: "4f549b8b511a63fdc1f44796ab43b10f586635cd"
|
||||
url: "https://github.com/cypherstack/coinlib.git"
|
||||
source: git
|
||||
version: "1.1.0"
|
||||
coinlib_flutter:
|
||||
dependency: "direct main"
|
||||
dependency: "direct overridden"
|
||||
description:
|
||||
name: coinlib_flutter
|
||||
sha256: d0a6a3694fc8c851f6b912bb1c552e33998e3f453efab3d62f75c0b1773d1ab9
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "1.0.0"
|
||||
path: coinlib_flutter
|
||||
ref: "4f549b8b511a63fdc1f44796ab43b10f586635cd"
|
||||
resolved-ref: "4f549b8b511a63fdc1f44796ab43b10f586635cd"
|
||||
url: "https://github.com/cypherstack/coinlib.git"
|
||||
source: git
|
||||
version: "1.1.0"
|
||||
collection:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -663,8 +665,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "6e2b2650a84fc5832dc676f8d016e530ae77851f"
|
||||
resolved-ref: "6e2b2650a84fc5832dc676f8d016e530ae77851f"
|
||||
ref: d54b4a1f492e48696c3df27eb8c31131a681cbc2
|
||||
resolved-ref: d54b4a1f492e48696c3df27eb8c31131a681cbc2
|
||||
url: "https://github.com/cypherstack/flutter_libsparkmobile.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
|
|
|
@ -16,6 +16,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
|
|||
)
|
||||
|
||||
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
||||
coinlib_flutter
|
||||
flutter_libsparkmobile
|
||||
tor_ffi_plugin
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue