From 5c27c0cd23ce56240a0ba57184271ba319a352f1 Mon Sep 17 00:00:00 2001 From: 223880 Date: Mon, 16 Sep 2024 13:06:20 -0300 Subject: [PATCH] Fix --- lib/dlc/ECDSA.dart | 2 +- pubspec.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/dlc/ECDSA.dart b/lib/dlc/ECDSA.dart index 774d687..2b61880 100644 --- a/lib/dlc/ECDSA.dart +++ b/lib/dlc/ECDSA.dart @@ -1,5 +1,5 @@ import 'package:bitcoin/bitcoin.dart'; -import 'package::bitcoin/ECDSA.dart'; +import 'package:bitcoin/bitcoin.dart'; class DlcTransaction { BitcoinTransaction transaction; diff --git a/pubspec.yaml b/pubspec.yaml index 7c1f2b0..9d8b2bc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,8 @@ homepage: https://github.com/Horus-Org/dart-dlc ## SDK enviroment environment: - sdk: '^3.5.0' + sdk: '>=2.12.0 <3.0.0' + flutter: '>= 3.22.0' # Dependencies for the project dependencies: @@ -13,8 +14,10 @@ dependencies: cupertino_icons: '1.0.8' bdk_flutter: '^0.30.0 ' ldk_flutter: '^0.0.3' + bitcoin_flutter: '^1.0.1' flutter: '^3.13.0' breez_sdk: '^0.5.2' + # Dev dependencies for the project dev_dependencies: test: ^1.14.4