mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49: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
|
source: hosted
|
||||||
version: "4.6.0"
|
version: "4.6.0"
|
||||||
coinlib:
|
coinlib:
|
||||||
dependency: transitive
|
dependency: "direct overridden"
|
||||||
description:
|
description:
|
||||||
name: coinlib
|
path: coinlib
|
||||||
sha256: "410993f49aef30e48b76bbad8a33fef33f6b90e103b15b6be0277683ffe15399"
|
ref: "4f549b8b511a63fdc1f44796ab43b10f586635cd"
|
||||||
url: "https://pub.dev"
|
resolved-ref: "4f549b8b511a63fdc1f44796ab43b10f586635cd"
|
||||||
source: hosted
|
url: "https://github.com/cypherstack/coinlib.git"
|
||||||
version: "1.0.0"
|
source: git
|
||||||
|
version: "1.1.0"
|
||||||
coinlib_flutter:
|
coinlib_flutter:
|
||||||
dependency: "direct main"
|
dependency: "direct overridden"
|
||||||
description:
|
description:
|
||||||
name: coinlib_flutter
|
path: coinlib_flutter
|
||||||
sha256: d0a6a3694fc8c851f6b912bb1c552e33998e3f453efab3d62f75c0b1773d1ab9
|
ref: "4f549b8b511a63fdc1f44796ab43b10f586635cd"
|
||||||
url: "https://pub.dev"
|
resolved-ref: "4f549b8b511a63fdc1f44796ab43b10f586635cd"
|
||||||
source: hosted
|
url: "https://github.com/cypherstack/coinlib.git"
|
||||||
version: "1.0.0"
|
source: git
|
||||||
|
version: "1.1.0"
|
||||||
collection:
|
collection:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -663,8 +665,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "6e2b2650a84fc5832dc676f8d016e530ae77851f"
|
ref: d54b4a1f492e48696c3df27eb8c31131a681cbc2
|
||||||
resolved-ref: "6e2b2650a84fc5832dc676f8d016e530ae77851f"
|
resolved-ref: d54b4a1f492e48696c3df27eb8c31131a681cbc2
|
||||||
url: "https://github.com/cypherstack/flutter_libsparkmobile.git"
|
url: "https://github.com/cypherstack/flutter_libsparkmobile.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
|
|
|
@ -16,6 +16,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
|
||||||
)
|
)
|
||||||
|
|
||||||
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
||||||
|
coinlib_flutter
|
||||||
flutter_libsparkmobile
|
flutter_libsparkmobile
|
||||||
tor_ffi_plugin
|
tor_ffi_plugin
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue