Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Sep 16, 2024
1 parent fe64ab2 commit 5c27c0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dlc/ECDSA.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:bitcoin/bitcoin.dart';
import 'package::bitcoin/ECDSA.dart';
import 'package:bitcoin/bitcoin.dart';

class DlcTransaction {
BitcoinTransaction transaction;
Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ 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:
http: '1.2.2'
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
Expand Down

0 comments on commit 5c27c0c

Please sign in to comment.