mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-24 11:15:58 +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 'dart:io';
|
||||||
|
|
||||||
import 'package:fusiondart/fusion.dart';
|
import 'package:fusiondart/fusiondart.dart';
|
||||||
import 'package:isar/isar.dart';
|
import 'package:isar/isar.dart';
|
||||||
import 'package:stackwallet/db/isar/main_db.dart';
|
import 'package:stackwallet/db/isar/main_db.dart';
|
||||||
import 'package:stackwallet/models/isar/models/blockchain_data/utxo.dart';
|
import 'package:stackwallet/models/isar/models/blockchain_data/utxo.dart';
|
||||||
|
|
|
@ -767,7 +767,7 @@ packages:
|
||||||
path: fusiondart
|
path: fusiondart
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.0.1"
|
version: "1.0.0"
|
||||||
glob:
|
glob:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -1877,5 +1877,5 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.0"
|
version: "1.0.0"
|
||||||
sdks:
|
sdks:
|
||||||
dart: ">=3.0.3 <4.0.0"
|
dart: ">=3.0.6 <4.0.0"
|
||||||
flutter: ">=3.10.3"
|
flutter: ">=3.10.3"
|
||||||
|
|
Loading…
Reference in a new issue