mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 02:24:30 +00:00
use non local flutter_libsparkmobile
This commit is contained in:
parent
89c781ef23
commit
555448a0e9
2 changed files with 8 additions and 4 deletions
|
@ -662,9 +662,11 @@ packages:
|
||||||
flutter_libsparkmobile:
|
flutter_libsparkmobile:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "../flutter_libsparkmobile"
|
path: "."
|
||||||
relative: true
|
ref: c08c24e744f03c00c2b6fd72ae1a657d2c90f036
|
||||||
source: path
|
resolved-ref: c08c24e744f03c00c2b6fd72ae1a657d2c90f036
|
||||||
|
url: "https://github.com/cypherstack/flutter_libsparkmobile.git"
|
||||||
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
flutter_lints:
|
flutter_lints:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
|
|
|
@ -28,7 +28,9 @@ dependencies:
|
||||||
path: ./crypto_plugins/flutter_liblelantus
|
path: ./crypto_plugins/flutter_liblelantus
|
||||||
|
|
||||||
flutter_libsparkmobile:
|
flutter_libsparkmobile:
|
||||||
path: ../flutter_libsparkmobile
|
git:
|
||||||
|
url: https://github.com/cypherstack/flutter_libsparkmobile.git
|
||||||
|
ref: c08c24e744f03c00c2b6fd72ae1a657d2c90f036
|
||||||
|
|
||||||
flutter_libmonero:
|
flutter_libmonero:
|
||||||
path: ./crypto_plugins/flutter_libmonero
|
path: ./crypto_plugins/flutter_libmonero
|
||||||
|
|
Loading…
Reference in a new issue