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:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "../flutter_libsparkmobile"
|
||||
relative: true
|
||||
source: path
|
||||
path: "."
|
||||
ref: c08c24e744f03c00c2b6fd72ae1a657d2c90f036
|
||||
resolved-ref: c08c24e744f03c00c2b6fd72ae1a657d2c90f036
|
||||
url: "https://github.com/cypherstack/flutter_libsparkmobile.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
flutter_lints:
|
||||
dependency: "direct dev"
|
||||
|
|
|
@ -28,7 +28,9 @@ dependencies:
|
|||
path: ./crypto_plugins/flutter_liblelantus
|
||||
|
||||
flutter_libsparkmobile:
|
||||
path: ../flutter_libsparkmobile
|
||||
git:
|
||||
url: https://github.com/cypherstack/flutter_libsparkmobile.git
|
||||
ref: c08c24e744f03c00c2b6fd72ae1a657d2c90f036
|
||||
|
||||
flutter_libmonero:
|
||||
path: ./crypto_plugins/flutter_libmonero
|
||||
|
|
Loading…
Reference in a new issue