forked from azbuky/kaspium_wallet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
122 lines (113 loc) · 2.81 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
name: kaspium_wallet
description: The Ultimate Self-Custodial Wallet for the Kaspa Network.
publish_to: "none"
version: 1.0.1+12
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.10.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_secure_storage: 8.0.0
shared_preferences: 2.1.1
package_info_plus: 4.0.0
device_info_plus: 9.0.0
json_annotation: 4.8.1
intl: 0.18.1
decimal: 2.3.3
logger: 1.3.0
hive_flutter: 1.1.0
path_provider: 2.0.15
local_auth: 2.1.6
qr_flutter: 4.1.0
qr_code_scanner: 1.0.1
share_plus: 7.0.0
file_picker: 5.3.0
app_links: 3.4.3
http: 0.13.6
flutter_vibrate: 1.3.0
flutter_slidable: 3.0.0
validators: 3.0.0
auto_size_text: 3.0.0
url_launcher: 6.1.11
flutter_riverpod: 2.3.6
hooks_riverpod: 2.3.6
flutter_hooks: 0.18.6
freezed_annotation: 2.2.0
fast_immutable_collections: 9.1.1
cupertino_icons: 1.0.5
oktoast: 3.3.1
automatic_animated_list: 1.1.0
lazy_load_scrollview: 1.3.0
image_picker: 0.8.7+5
barcode_finder: 0.0.5
flutter_displaymode: 0.6.0
#push: 1.0.0
cross_file: 0.3.3+4
protobuf: 2.1.0
grpc: 3.2.0
coinslib: 3.1.7
collection: 1.17.2
fixnum: 1.1.0
pointycastle: 3.7.3
flutter_portal: 1.1.4
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: 2.4.4
json_serializable: 6.6.2
flutter_lints: 2.0.1
freezed: 2.3.4
flutter_launcher_icons: 0.13.1
watcher: 1.1.0
# Flutter launcher icons
flutter_icons:
android: "ic_launcher"
ios: true
image_path_android: "assets/icon/icon_bg.png"
image_path_ios: "assets/icon/icon_ios.png"
adaptive_icon_background: "#232323"
adaptive_icon_foreground: "assets/icon/icon_bg.png"
# The following section is specific to Flutter.
flutter:
generate: true
fonts:
- family: NunitoSans
fonts:
- asset: fonts/NunitoSans-Regular.ttf
weight: 600
- asset: fonts/NunitoSans-ExtraLight.ttf
weight: 100
- asset: fonts/NunitoSans-Light.ttf
weight: 200
- asset: fonts/NunitoSans-SemiBold.ttf
weight: 700
- asset: fonts/NunitoSans-Bold.ttf
weight: 800
- asset: fonts/NunitoSans-ExtraBold.ttf
weight: 900
- family: OverpassMono
fonts:
- asset: fonts/OverpassMono-Regular.ttf
weight: 600
- asset: fonts/OverpassMono-Light.ttf
weight: 100
- family: AppIcons
fonts:
- asset: fonts/AppIcons.ttf
weight: 500
- family: Comfortaa
fonts:
- asset: fonts/Comfortaa-Bold.ttf
weight: 700
- asset: fonts/Comfortaa-Regular.ttf
weight: 400
- asset: fonts/Comfortaa-Light.ttf
weight: 300
assets:
- assets/
uses-material-design: true
scripts:
codegen: dart run build_runner build --delete-conflicting-outputs