This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
pubspec.yaml
295 lines (222 loc) · 6.57 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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
name: my_idena
description: Idena app (iOS/Android).
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 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.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.0.20+5020
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.3
provider: ^5.0.0
mime: ^1.0.0
quiver: ^3.0.1
characters: ^1.1.0
url_launcher: ^6.0.6
fleva_icons:
git:
url: https://github.com/redDwarf03/fleva_icons.git
ref: master
connectivity: ^3.0.6
tweetnacl:
git:
url: https://github.com/redDwarf03/tweetnacl-dart.git
ref: master
rxdart: ^0.27.1
image: ^3.0.2
charts_flutter: ^0.10.0
charts_common: ^0.10.0
carousel_slider: ^4.0.0-nullsafety.0
flutter_countdown_timer: ^4.0.2
flutter_datetime_picker:
git:
url: https://github.com/figengungor/flutter_datetime_picker.git
ref: null_safety_feature
timelines:
git:
url: https://github.com/redDwarf03/timelines.git
ref: main
sha3: ^0.2.0
web3dart:
git:
url: https://github.com/redDwarf03/web3dart.git
ref: master
# Securley store data in a keystore
flutter_secure_storage: ^4.2.0
# Shared prefs
shared_preferences: ^2.0.6
# Flare for animations
flare_flutter: ^3.0.0
# Websockets
web_socket_channel: ^2.0.0
# Platform-specific build info
package_info: ^2.0.1
# Device-specific info
device_info: ^2.0.1
# JSON Serialization
json_annotation: ^4.0.1
# Localization
intl: ^0.17.0
# BigDecimal alternative
decimal: ^1.1.0
# Logger
logger: ^1.0.0
# Native webview plugin
flutter_webview_plugin: ^0.4.0
# SQLite
sqflite: ^2.0.0+3
# Android/iOS path provider
path_provider: ^2.0.2
# TouchID/FaceID
local_auth: ^1.1.5
# Eventbus
event_taxi: ^1.0.0
# SVG
flutter_svg: ^0.22.0
badges: ^2.0.1
ffi: ^1.1.2
flutter_launcher_icons: ^0.9.0
# QR Codes
qr_flutter: ^4.0.0
# Generator
barcode_scan2: ^4.1.3
# Deep link support
uni_links:
git:
url: https://github.com/redDwarf03/uni_links.git
ref: nfc_android
# HTTP client
http: ^0.13.3
# Easy hexadecimal encoding and decoding
hex: ^0.2.0
pointycastle: ^3.1.1
# Vibrate
vibration: ^1.7.4-nullsafety.0
# Toast
oktoast: ^3.0.0
# Slidable list actions
flutter_slidable: ^0.6.0
# Lock helper
synchronized: ^3.0.0
# Service provider
get_it: ^7.1.3
convert: ^3.0.0
# Root/Jailbreak detection
root_checker:
git:
url: https://github.com/redDwarf03/root_checker.git
ref: master
# Validation utilities
validators: ^3.0.0
# Auto resize text widget
auto_size_text: ^3.0.0-nullsafety.0
keyboard_avoider:
git:
url: https://github.com/redDwarf03/keyboard_avoider.git
ref: master
hash:
git:
url: https://github.com/redDwarf03/hash.git
ref: master
idena_lib_dart:
git:
url: https://github.com/redDwarf03/idena_lib_dart.git
ref: master
circular_countdown_timer: ^0.2.0
fluttericon: ^2.0.0
protobuf: ^2.0.0
asn1lib: ^1.0.2
bip32: ^2.0.0
bip39: ^1.0.6
flutter_advanced_switch: ^2.1.0
scrolling_page_indicator:
git:
url: https://github.com/redDwarf03/FlutterScrollingPageIndicator.git
ref: master
dev_dependencies:
build_runner: 1.12.2
json_serializable: ^4.0.3
import_sorter: ^4.6.0
flutter_icons:
image_path: "assets/images/icon.png"
android: true
ios: true
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
fonts:
- family: Roboto
fonts:
- asset: fonts/Roboto-Bold.ttf
- asset: fonts/Roboto-Regular.ttf
- asset: fonts/Roboto-Medium.ttf
weight: 400
- 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/QR.svg
- assets/icon.png
- assets/send_animation.flr
- assets/searchseedqr_animation_magnifyingglassonly.flr
- assets/searchseedqr_animation_glassonly.flr
- assets/searchseedqr_animation_qronly.flr
- assets/searchseedmanual_animation_magnifyingglassonly.flr
- assets/searchseedmanual_animation_glassonly.flr
- assets/searchseedmanual_animation_seedonly.flr
- assets/sharecard_logo.svg
- assets/pulltosend_animation.flr
- assets/sheethandle_animation.flr
- assets/images/
- lib/backoffice/util/words.json
- test/examples/
# 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