forked from azbuky/kaspium_wallet
-
Notifications
You must be signed in to change notification settings - Fork 5
/
pubspec.yaml
121 lines (113 loc) · 2.79 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
name: karlsen_mobile
description: The Ultimate Self-Custodial Wallet for the Karlsen Network.
publish_to: "none"
version: 2.0.0
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.19.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_secure_storage: ^9.2.2
shared_preferences: ^2.3.2
package_info_plus: ^8.0.2
device_info_plus: ^10.1.2
json_annotation: ^4.9.0
intl: ^0.19.0
decimal: ^3.0.2
logger: ^2.4.0
hive_flutter: 1.1.0
path_provider: ^2.1.4
local_auth: ^2.3.0
qr_flutter: 4.1.0
#qr_code_scanner: 1.0.1
share_plus: ^10.0.2
file_picker: ^8.1.2
app_links: ^6.2.0
http: ^1.2.2
#flutter_vibrate: 1.3.0
vibration: ^2.0.0
flutter_slidable: ^3.1.1
validators: 3.0.0
auto_size_text: 3.0.0
url_launcher: ^6.3.0
flutter_riverpod: ^2.5.1
hooks_riverpod: ^2.5.2
flutter_hooks: ^0.20.5
freezed_annotation: ^2.4.4
fast_immutable_collections: ^10.2.4
cupertino_icons: ^1.0.8
oktoast: ^3.4.0
automatic_animated_list: 1.1.0
lazy_load_scrollview: 1.3.0
image_picker: ^1.1.2
mobile_scanner: ^5.2.1
#barcode_finder: 0.0.5
flutter_displaymode: 0.6.0
#push: 1.0.0
cross_file: ^0.3.4+2
protobuf: ^3.1.0
grpc: ^4.0.0
coinslib: ^3.1.8
collection: ^1.18.0
fixnum: 1.1.0
pointycastle: ^3.9.1
flutter_portal: 1.1.4
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.11
json_serializable: ^6.8.0
intl_utils: ^2.4.2
flutter_lints: ^4.0.0
freezed: ^2.5.2
watcher: 1.1.0
# 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: RobotoMono
fonts:
- asset: fonts/RobotoMono-Regular.ttf
weight: 600
- asset: fonts/RobotoMono-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