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
|
||||
version: "4.6.0"
|
||||
coinlib:
|
||||
dependency: "direct overridden"
|
||||
dependency: transitive
|
||||
description:
|
||||
path: coinlib
|
||||
ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
||||
resolved-ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
||||
url: "https://github.com/cypherstack/coinlib.git"
|
||||
source: git
|
||||
version: "1.1.0"
|
||||
name: coinlib
|
||||
sha256: "44aa3f7b07d3b03d58353e7657f43cdaf76a70ad2cce5bdac9306208099d8df5"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.0.0"
|
||||
coinlib_flutter:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: coinlib_flutter
|
||||
ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
||||
resolved-ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
||||
url: "https://github.com/cypherstack/coinlib.git"
|
||||
source: git
|
||||
version: "1.1.0"
|
||||
name: coinlib_flutter
|
||||
sha256: b352378773158dbaec37bd542c297682f3812f9881acb676971f0f4c5893631f
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.0.0"
|
||||
collection:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -2078,5 +2076,5 @@ packages:
|
|||
source: hosted
|
||||
version: "1.0.0"
|
||||
sdks:
|
||||
dart: ">=3.2.0-0 <4.0.0"
|
||||
dart: ">=3.2.0 <4.0.0"
|
||||
flutter: ">=3.16.0"
|
||||
|
|
17
pubspec.yaml
17
pubspec.yaml
|
@ -171,11 +171,7 @@ dependencies:
|
|||
convert: ^3.1.1
|
||||
flutter_hooks: ^0.20.3
|
||||
meta: ^1.9.1
|
||||
coinlib_flutter:
|
||||
git:
|
||||
url: https://github.com/cypherstack/coinlib.git
|
||||
path: coinlib_flutter
|
||||
ref: 376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7
|
||||
coinlib_flutter: ^2.0.0
|
||||
electrum_adapter:
|
||||
git:
|
||||
url: https://github.com/cypherstack/electrum_adapter.git
|
||||
|
@ -227,17 +223,6 @@ dependency_overrides:
|
|||
url: https://github.com/cypherstack/bip47.git
|
||||
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
|
||||
wakelock_windows:
|
||||
git:
|
||||
|
|
Loading…
Reference in a new issue