-
Notifications
You must be signed in to change notification settings - Fork 7
/
pubspec.yaml
96 lines (91 loc) · 2.19 KB
/
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
name: sats
description: Bitcoin Key Manager
version: 0.1.2+24
publish_to: none
platforms:
android:
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
animate_do: ^3.1.2
bip39: ^1.0.6
bloc_concurrency: ^0.2.0
# crypto: ^3.0.2
# connectivity: ^3.0.3
equatable: ^2.0.3
file_cryptor: ^0.0.3
file_picker: ^8.0.0+1
flutter:
sdk: flutter
flutter_animate: ^4.2.0+1
flutter_barcode_scanner: ^2.0.0
flutter_bloc: ^8.0.1
flutter_localizations:
sdk: flutter
flutter_secure_storage: ^9.0.0
flutter_socks_proxy: ^0.0.2
freezed_annotation: ^2.0.3
get_it: ^7.2.0
go_router: ^13.2.1
hive: ^2.1.0
hive_flutter: ^1.1.0
image_picker: ^1.0.7
intl: ^0.18.0
libstackmate:
path: packages/libstackmate
numeric_keyboard: ^1.1.0
oktoast: ^3.1.5
path: ^1.8.1
path_provider: ^2.0.1
pattern_formatter: ^3.0.0
# permission_handler: ^10.0.0
qr_flutter: ^4.0.0
share: ^2.0.4
sqflite: ^2.2.8
top_snackbar_flutter: ^3.0.0+1
url_launcher: ^6.0.3
utopic_tor_onion_proxy: ^0.4.0
uuid: ^4.3.3
# wasm: ^0.1.0+1
# web_socket_channel: ^2.2.0
dev_dependencies:
bloc_test: ^9.0.3
build_runner: ^2.0.5
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
freezed: ^2.0.3+1
hive_generator: ^2.0.1
json_serializable: ^6.1.5
lint: ^2.0.1
mocktail: ^1.0.3
test: ^1.16.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/icon/sm92.png
- assets/icon/bitcoin_icons/png/outline/node.png
- assets/icon/bitcoin_icons/png/outline/home.png
- assets/icon/bitcoin_icons/png/outline/ellipsis.png
- assets/icon/bitcoin_icons/png/outline/satoshi-v2.png
- assets/icon/bitcoin_icons/png/outline/proxy.png
- assets/icon/bitcoin_icons/png/outline/link.png
- assets/bip39_english.txt
fonts:
- family: NF3270
fonts:
- asset: assets/3270-Medium.otf
- asset: assets/3270-Narrow.otf
- family: Hurmit
fonts:
- asset: assets/Hurmit-Light.otf
- asset: assets/Hurmit-Medium.otf
- asset: assets/Hurmit-Bold.otf
- family: Aldrich
fonts:
- asset: assets/Aldrich/Aldrich-Regular.ttf
flutter_icons:
android: true
ios: true
image_path: "assets/icon/sm92.png"