forked from LtbLightning/bdk-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
35 lines (31 loc) · 723 Bytes
/
pubspec.yaml
File metadata and controls
35 lines (31 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: bdk_flutter
description: A Flutter library for the Bitcoin Development Kit(bdk) (https://bitcoindevkit.org/)
version: 0.28.3
homepage: https://github.com/LtbLightning/bdk-flutter
environment:
sdk: ">=2.18.2 <3.0.0"
flutter: ">=2.5.0"
dependencies:
flutter:
sdk: flutter
flutter_rust_bridge: ">1.75.1 <=1.75.3"
ffi: ^2.0.1
freezed_annotation: ^2.2.0
freezed: ^2.3.3
mockito: ^5.4.0
meta: ^1.8.0
uuid: ^3.0.7
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.3.3
ffigen: ^7.2.11
lints: ^2.0.1
flutter:
plugin:
platforms:
android:
package: io.bdk.f.bdk_flutter
pluginClass: BdkFlutterPlugin
ios:
pluginClass: BdkFlutterPlugin