-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
82 lines (73 loc) · 1.51 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
name: sats
description: Advanced Bitcoin Wallet
publish_to: "none"
version: 0.0.5
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
animate_do: ^2.0.0
animations: ^2.0.0
bitcoin:
path: packages/bitcoin
bloc_concurrency: ^0.1.0
# connectivity: ^3.0.3
dio: ^4.0.0
drag_and_drop_lists: ^0.3.2
file_picker: ^4.2.7
flutter:
sdk: flutter
flutter_barcode_scanner: ^2.0.0
flutter_bloc: ^7.3.0
# flutter_blue: ^0.8.0
flutter_localizations:
sdk: flutter
freezed_annotation: ^0.14.3
get_it: ^6.0.0
go_router: ^2.5.2
google_fonts: ^2.0.0
hive: ^2.0.4
hive_flutter: ^1.1.0
intl: ^0.17.0
# local_auth: ^1.1.8
oktoast: ^3.0.0
open_mail_app: ^0.1.1
path_provider: ^2.0.1
petitparser: ^4.1.0
qr_flutter: ^4.0.0
retry: ^3.1.0
share: ^2.0.1
stream_transform: ^2.0.0
url_launcher: ^6.0.3
wasm: ^0.1.0+1
file_saver: ^0.0.10
dev_dependencies:
build_runner: ^2.0.5
flutter_launcher_icons: ^0.9.2
freezed: ^0.14.5
hive_generator:
git:
url: https://github.com/hivedb/hive.git
ref: master
path: hive_generator
json_serializable: ^5.0.0
lint: ^1.7.2
test:
flutter:
uses-material-design: true
generate: true
# dev_dependencies:
#flutter_test:
# sdk: flutter
#integration_test:
# sdk: flutter
#test: any #^1.15.7
#bloc_test: any #^8.0.0
#mockito: #^5.0.0
#dependency_overrides:
# crypto: any #^2.0.3
# build: any #^2.0.1
# intl: ^0.17.0-nullsafety.2
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png"