mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
coinlib 2
This commit is contained in:
parent
5f6eabb1dc
commit
3296e590e7
2 changed files with 13 additions and 30 deletions
26
pubspec.lock
26
pubspec.lock
|
@ -271,23 +271,21 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.6.0"
|
version: "4.6.0"
|
||||||
coinlib:
|
coinlib:
|
||||||
dependency: "direct overridden"
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
path: coinlib
|
name: coinlib
|
||||||
ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
sha256: "44aa3f7b07d3b03d58353e7657f43cdaf76a70ad2cce5bdac9306208099d8df5"
|
||||||
resolved-ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
url: "https://pub.dev"
|
||||||
url: "https://github.com/cypherstack/coinlib.git"
|
source: hosted
|
||||||
source: git
|
version: "2.0.0"
|
||||||
version: "1.1.0"
|
|
||||||
coinlib_flutter:
|
coinlib_flutter:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: coinlib_flutter
|
name: coinlib_flutter
|
||||||
ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
sha256: b352378773158dbaec37bd542c297682f3812f9881acb676971f0f4c5893631f
|
||||||
resolved-ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
url: "https://pub.dev"
|
||||||
url: "https://github.com/cypherstack/coinlib.git"
|
source: hosted
|
||||||
source: git
|
version: "2.0.0"
|
||||||
version: "1.1.0"
|
|
||||||
collection:
|
collection:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -2078,5 +2076,5 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.0"
|
version: "1.0.0"
|
||||||
sdks:
|
sdks:
|
||||||
dart: ">=3.2.0-0 <4.0.0"
|
dart: ">=3.2.0 <4.0.0"
|
||||||
flutter: ">=3.16.0"
|
flutter: ">=3.16.0"
|
||||||
|
|
17
pubspec.yaml
17
pubspec.yaml
|
@ -171,11 +171,7 @@ dependencies:
|
||||||
convert: ^3.1.1
|
convert: ^3.1.1
|
||||||
flutter_hooks: ^0.20.3
|
flutter_hooks: ^0.20.3
|
||||||
meta: ^1.9.1
|
meta: ^1.9.1
|
||||||
coinlib_flutter:
|
coinlib_flutter: ^2.0.0
|
||||||
git:
|
|
||||||
url: https://github.com/cypherstack/coinlib.git
|
|
||||||
path: coinlib_flutter
|
|
||||||
ref: 376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7
|
|
||||||
electrum_adapter:
|
electrum_adapter:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/cypherstack/electrum_adapter.git
|
url: https://github.com/cypherstack/electrum_adapter.git
|
||||||
|
@ -227,17 +223,6 @@ dependency_overrides:
|
||||||
url: https://github.com/cypherstack/bip47.git
|
url: https://github.com/cypherstack/bip47.git
|
||||||
ref: a6e7941b98a43a613708b1a12564bc17e712cfc7
|
ref: a6e7941b98a43a613708b1a12564bc17e712cfc7
|
||||||
|
|
||||||
coinlib_flutter:
|
|
||||||
git:
|
|
||||||
url: https://github.com/cypherstack/coinlib.git
|
|
||||||
path: coinlib_flutter
|
|
||||||
ref: 376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7
|
|
||||||
coinlib:
|
|
||||||
git:
|
|
||||||
url: https://github.com/cypherstack/coinlib.git
|
|
||||||
path: coinlib
|
|
||||||
ref: 376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7
|
|
||||||
|
|
||||||
# required for dart 3, at least until a fix is merged upstream
|
# required for dart 3, at least until a fix is merged upstream
|
||||||
wakelock_windows:
|
wakelock_windows:
|
||||||
git:
|
git:
|
||||||
|
|
Loading…
Reference in a new issue