From 8e767d200ec62a72c88e95d0d9e64841f671243a Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 27 Jul 2023 17:13:03 -0600 Subject: [PATCH] use updated package --- fusiondart | 2 +- lib/services/mixins/fusion_interface.dart | 2 +- pubspec.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fusiondart b/fusiondart index 818afbe2b..ec6b38956 160000 --- a/fusiondart +++ b/fusiondart @@ -1 +1 @@ -Subproject commit 818afbe2b7b823aaf9fad107cc81f93fa1d8357a +Subproject commit ec6b389562dee82e4d45e15d06c403726d70cb6c diff --git a/lib/services/mixins/fusion_interface.dart b/lib/services/mixins/fusion_interface.dart index d221f9c50..a9b6fd5f8 100644 --- a/lib/services/mixins/fusion_interface.dart +++ b/lib/services/mixins/fusion_interface.dart @@ -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'; diff --git a/pubspec.lock b/pubspec.lock index c8f7267b2..ea3437af5 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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"