forked from appditto/blaise_wallet_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
247 lines (205 loc) · 6.18 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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
name: blaise_wallet_flutter
description: A new Flutter project.
version: 1.1.1+22
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# PascalCoin signing/rpc/etc.
pascaldart: ^1.0.0
# Localization
intl: ^0.16.0
# AutoSizeText widget
auto_size_text: ^2.1.0
# Flare for animations
flare_flutter: ^2.0.3
# SVG
flutter_svg: ^0.17.4
# Font awesome
font_awesome_flutter: ^8.8.1
# Share files
share:
git:
url: https://github.com/bbedward/plugins.git
path: packages/share
ref: master
# Slidable
flutter_slidable: ^0.5.4
# QR Code Generator
qr_flutter: ^3.0.1
# Banner style alerts
oktoast: ^2.3.2
# Service locator
get_it: ^4.0.2
# To avoid keyboard overlap
keyboard_avoider: ^0.1.2
# KeyStore/keychain
flutter_secure_storage: ^3.3.3
# shared prefs
shared_preferences: ^0.5.7+1
# Biometrics
local_auth: 0.6.2+1
# mobx for state
mobx: ^1.1.1
flutter_mobx: ^1.1.0
# Nicer logging
logger: ^0.9.1
# quiver - various Dart utilities
quiver: ^2.1.3
# big decimal
decimal: ^0.3.5
# Event Bus
event_taxi: ^0.1.5
# Vibrate
vibrate:
git:
url: https://github.com/bbedward/flutter_vibrate.git
ref: master
# Device-specific info
device_info: ^0.4.2+3
# App build info
package_info: ^0.4.0+17
# Serialization
json_annotation: ^3.0.1
# SQLite
sqflite: ^1.3.0+1
# OS Path Info
path_provider: ^1.6.7
# Native file chooser
file_picker: ^1.9.0+1
# Various string validations
validators: ^2.0.0+1
# Webview
flutter_webview_plugin: ^0.3.11
# QR scanning
barcode_scan:
git:
url: https://github.com/bbedward/flutter_barcode_reader.git
ref: master
# Push notifications
firebase_messaging: ^6.0.13
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.7.0
mobx_codegen: ^1.0.3
json_serializable: ^3.2.5
intl_translation: ^0.17.9
# 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: Metropolis
fonts:
- asset: fonts/Metropolis-Black.ttf
weight: 900
- asset: fonts/Metropolis-ExtraBold.ttf
weight: 800
- asset: fonts/Metropolis-Bold.ttf
weight: 700
- asset: fonts/Metropolis-SemiBold.ttf
weight: 600
- asset: fonts/Metropolis-Medium.ttf
weight: 500
- asset: fonts/Metropolis-Regular.ttf
weight: 400
- asset: fonts/Metropolis-Light.ttf
weight: 300
- asset: fonts/Metropolis-ExtraLight.ttf
weight: 200
- asset: fonts/Metropolis-Thin.ttf
weight: 100
- family: RobotoRegular
fonts:
- asset: fonts/Roboto-Regular.ttf
- family: SourceCodePro
fonts:
- asset: fonts/SourceCodePro-Black.ttf
weight: 900
- asset: fonts/SourceCodePro-Bold.ttf
weight: 700
- asset: fonts/SourceCodePro-Semibold.ttf
weight: 600
- asset: fonts/SourceCodePro-Medium.ttf
weight: 500
- asset: fonts/SourceCodePro-Regular.ttf
weight: 400
- asset: fonts/SourceCodePro-Light.ttf
weight: 300
- asset: fonts/SourceCodePro-ExtraLight.ttf
weight: 200
- family: AppIcons
fonts:
- asset: fonts/AppIcons.ttf
weight: 600
assets:
- assets/animation_welcome.flr
- assets/animation_welcome_copper.flr
- assets/animation_welcome_dark.flr
- assets/animation_send.flr
- assets/animation_send_copper.flr
- assets/animation_send_dark.flr
- assets/animation_name_change.flr
- assets/animation_name_change_copper.flr
- assets/animation_name_change_dark.flr
- assets/animation_sale.flr
- assets/animation_sale_copper.flr
- assets/animation_sale_dark.flr
- assets/animation_transfer.flr
- assets/animation_transfer_copper.flr
- assets/animation_transfer_dark.flr
- assets/animation_get_account.flr
- assets/animation_get_account_copper.flr
- assets/animation_get_account_dark.flr
- assets/animation_search.flr
- assets/illustration_backup.svg
- assets/illustration_new_wallet.svg
- assets/illustration_two_options.svg
- assets/illustration_borrowed.svg
- assets/illustration_security.svg
- assets/illustration_backup_dark.svg
- assets/illustration_new_wallet_dark.svg
- assets/illustration_two_options_dark.svg
- assets/illustration_borrowed_dark.svg
- assets/illustration_security_dark.svg
- assets/illustration_backup_copper.svg
- assets/illustration_new_wallet_copper.svg
- assets/illustration_two_options_copper.svg
- assets/illustration_borrowed_copper.svg
- assets/illustration_security_copper.svg
- assets/country_phone_map.json
# 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.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/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.dev/custom-fonts/#from-packages