Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -352,18 +352,20 @@ packages:
coinlib:
dependency: "direct overridden"
description:
name: coinlib
sha256: f99c090ca300b6c9b5414dc100f7f36f49a5a2af31d477b3ce04a605c5f1103c
url: "https://pub.dev"
source: hosted
path: coinlib
ref: fd5f658320f00a2e281ccaee97c2d2a77b4aa966
resolved-ref: fd5f658320f00a2e281ccaee97c2d2a77b4aa966
url: "https://www.github.com/julian-CStack/coinlib"
source: git
version: "3.1.0"
coinlib_flutter:
dependency: "direct main"
description:
name: coinlib_flutter
sha256: "185c622986d12d2ccda98f151ce047360464dd7a6cbb6877781a9816d14bb8c4"
url: "https://pub.dev"
source: hosted
path: coinlib_flutter
ref: fd5f658320f00a2e281ccaee97c2d2a77b4aa966
resolved-ref: fd5f658320f00a2e281ccaee97c2d2a77b4aa966
url: "https://www.github.com/julian-CStack/coinlib"
source: git
version: "3.0.0"
collection:
dependency: transitive
Expand Down Expand Up @@ -830,8 +832,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "33e1034911b842c57bdf6ddaa825cbf635a0c9db"
resolved-ref: "33e1034911b842c57bdf6ddaa825cbf635a0c9db"
ref: "32e529f9f6b06a12f9d98cbeed9d2270012a14a0"
resolved-ref: "32e529f9f6b06a12f9d98cbeed9d2270012a14a0"
url: "https://github.com/cypherstack/flutter_libsparkmobile.git"
source: git
version: "0.0.2"
Expand Down
17 changes: 14 additions & 3 deletions scripts/app_config/templates/pubspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
flutter_libsparkmobile:
git:
url: https://github.com/cypherstack/flutter_libsparkmobile.git
ref: 33e1034911b842c57bdf6ddaa825cbf635a0c9db
ref: 32e529f9f6b06a12f9d98cbeed9d2270012a14a0

# cs_monero compat (unpublished)
compat:
Expand Down Expand Up @@ -257,8 +257,19 @@ dependency_overrides:
win32: ^5.5.4

# namecoin names lib needs to be updated
coinlib: ^3.0.0
coinlib_flutter: ^3.0.0
#coinlib: ^3.0.0
#coinlib_flutter: ^3.0.0
coinlib:
git:
url: https://www.github.com/julian-CStack/coinlib
path: coinlib
ref: fd5f658320f00a2e281ccaee97c2d2a77b4aa966

coinlib_flutter:
git:
url: https://www.github.com/julian-CStack/coinlib
path: coinlib_flutter
ref: fd5f658320f00a2e281ccaee97c2d2a77b4aa966

bip47:
git:
Expand Down
Loading