mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-08 19:59:29 +00:00
use updated package
This commit is contained in:
parent
a35ad753f1
commit
8e767d200e
3 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 818afbe2b7b823aaf9fad107cc81f93fa1d8357a
|
||||
Subproject commit ec6b389562dee82e4d45e15d06c403726d70cb6c
|
|
@ -1,6 +1,6 @@
|
|||
import 'dart:io';
|
||||
|
||||
import 'package:fusiondart/fusion.dart';
|
||||
import 'package:fusiondart/fusiondart.dart';
|
||||
import 'package:isar/isar.dart';
|
||||
import 'package:stackwallet/db/isar/main_db.dart';
|
||||
import 'package:stackwallet/models/isar/models/blockchain_data/utxo.dart';
|
||||
|
|
|
@ -767,7 +767,7 @@ packages:
|
|||
path: fusiondart
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.0.1"
|
||||
version: "1.0.0"
|
||||
glob:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -1877,5 +1877,5 @@ packages:
|
|||
source: hosted
|
||||
version: "1.0.0"
|
||||
sdks:
|
||||
dart: ">=3.0.3 <4.0.0"
|
||||
dart: ">=3.0.6 <4.0.0"
|
||||
flutter: ">=3.10.3"
|
||||
|
|
Loading…
Reference in a new issue