update pubspec in example app

This commit is contained in:
julian
2024-01-04 10:48:51 -06:00
parent c4655376b7
commit 37c87fd000
2 changed files with 2 additions and 2 deletions

View File

@@ -46,8 +46,7 @@ dependencies:
git:
url: https://github.com/cypherstack/coinlib.git
path: coinlib_flutter
ref: windows # TODO change to main. TODO update to windows-2.0 branch.
# TODO pin to specific commit to reduce supply chain attack surface.
ref: 4f549b8b511a63fdc1f44796ab43b10f586635cd
bip39: ^1.0.6
dev_dependencies:

View File

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