forked from SatoshiPortal/lwk-dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
52 lines (44 loc) · 845 Bytes
/
pubspec.yaml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: lwk_dart
description: "Dart/Flutter language bindings for Liquid Wallet Kit"
publish_to: 'none'
version: 0.1.5
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
ffi: ^2.0.1
flutter_rust_bridge: ^2.0.0
meta: ^1.8.0
uuid: ^4.1.0
dio: ^5.4.0
freezed_annotation: ^2.2.0
json_annotation: ^4.8.1
archive: ^3.4.10
http: ^1.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
freezed: ^2.3.5
ffigen: ^14.0.0
test: ^1.24.3
build_runner: ^2.4.8
json_serializable: ^6.7.1
lints: ^3.0.0
integration_test:
sdk: flutter
flutter:
assets:
- assets/
plugin:
platforms:
android:
ffiPlugin: true
ios:
ffiPlugin: true
macos:
ffiPlugin: true
linux:
ffiPlugin: true