forked from erdnando/kalium_wallet_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
230 lines (190 loc) · 6.09 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
name: kalium_wallet_flutter
description: A new Flutter project.
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 2.0.9+73
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# Securley store data in a keystore
flutter_secure_storage: ^3.2.1+1
# Nano core functions
flutter_nano_core: ^1.1.4
# Shared prefs
shared_preferences: ^0.5.2+1
# Flare for animations
flare_flutter: ^1.5.2
# Websockets
web_socket_channel: ^1.0.13
# Platform-specific build info
package_info: ^0.4.0+1
# Device-specific info
device_info: ^0.4.0+1
# JSON Serialization
json_annotation: ^2.4.0
# Localization
intl: ^0.15.8
# BigDecimal alternative
decimal: ^0.3.3
# Logger
logging: ^0.11.3+2
# Native webview plugin
flutter_webview_plugin: ^0.3.5
# SQLite
sqflite: ^1.1.5
# Android/iOS path provider
path_provider: ^1.1.0
# TouchID/FaceID
local_auth:
git:
url: https://github.com/bbedward/plugins.git
path: packages/local_auth
ref: master
# Eventbus
event_taxi: ^0.1.5
# SVG
flutter_svg: ^0.14.0
# QR Codes
qr_flutter: ^2.0.0+51 # Generator
barcode_scan:
git:
url: https://github.com/bbedward/flutter_barcode_reader.git
ref: master
# Share files
share:
git:
url: https://github.com/bbedward/plugins.git
path: packages/share
ref: master
# File picker
file_picker: ^1.3.5
# Deep link support
uni_links: ^0.2.0
# HTTP client
http: ^0.12.0+2
# Vibrate
vibrate:
git:
url: https://github.com/bbedward/flutter_vibrate.git
ref: master
# Toast
oktoast: ^2.1.7
# Push notifications
firebase_messaging: ^5.0.1+1
# Slidable list actions
flutter_slidable: ^0.5.3
# Lock helper
synchronized: ^2.1.0
# Service provider
get_it: ^1.0.3+1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.5.0
json_serializable: ^3.0.0
intl_translation: ^0.17.5
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
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: NeueHansKendrick
fonts:
- asset: fonts/NeueHansKendrick-Medium.ttf
weight: 600
- asset: fonts/NeueHansKendrick-Regular.ttf
weight: 500
- asset: fonts/NeueHansKendrick-Light.ttf
weight: 300
assets:
- assets/monkeyQR.svg
- assets/welcome_animation.flr
- assets/welcome_animation_bananasonly.flr
- assets/welcome_animation_monkeysonly.flr
- assets/send_animation.flr
- assets/send_animation_bananasonly.flr
- assets/send_animation_shadowsonly.flr
- assets/transfer_animation.flr
- assets/transfer_animation_kaliumwalletonly.flr
- assets/transfer_animation_paperwalletonly.flr
- assets/searchseedqr_animation.flr
- assets/searchseedqr_animation_magnifyingglassonly.flr
- assets/searchseedqr_animation_glassonly.flr
- assets/searchseedqr_animation_qronly.flr
- assets/searchseedmanual_animation.flr
- assets/searchseedmanual_animation_magnifyingglassonly.flr
- assets/searchseedmanual_animation_glassonly.flr
- assets/searchseedmanual_animation_seedonly.flr
- assets/threedot_animation.flr
- assets/offline_animation.flr
- assets/pulltosend_animation.flr
- assets/monkey_placeholder_animation.flr
- assets/transferfunds_illustration_start.svg
- assets/transferfunds_illustration_start_paperwalletonly.svg
- assets/transferfunds_illustration_start_kaliumwalletonly.svg
- assets/transferfunds_illustration_end.svg
- assets/transferfunds_illustration_end_paperwalletonly.svg
- assets/transferfunds_illustration_end_kaliumwalletonly.svg
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.io/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.io/custom-fonts/#from-packages