-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathpubspec.template
More file actions
357 lines (316 loc) · 9.31 KB
/
Copy pathpubspec.template
File metadata and controls
357 lines (316 loc) · 9.31 KB
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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
name: PLACEHOLDER
description: PLACEHOLDER
# 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: PLACEHOLDER_V+PLACEHOLDER_B
environment:
sdk: ">=3.7.0 <4.0.0"
flutter: ^3.29.0
dependencies:
flutter:
sdk: flutter
ffi: ^2.0.1
mutex: ^3.0.0
web_socket_channel: ^2.4.0
frostdart:
path: ./crypto_plugins/frostdart
xelis_flutter:
git:
url: https://github.com/xelis-project/xelis-flutter-ffi.git
ref: v0.1.1
flutter_libsparkmobile:
git:
url: https://github.com/cypherstack/flutter_libsparkmobile.git
ref: f5fd2238fca4ffe82f7e14646a613a04d2c243d6
# cs_monero compat (unpublished)
compat:
git:
url: https://github.com/cypherstack/cs_monero
path: compat
ref: b2b12cfeaf15d057ea18b14c196e04f3002de2da
flutter_libepiccash:
path: ./crypto_plugins/flutter_libepiccash
bitcoindart:
git:
url: https://github.com/cypherstack/bitcoindart.git
ref: af6d6c27edfe2e7cc35772ed2684eb4cc826f0e4
stack_wallet_backup:
git:
url: https://github.com/cypherstack/stack_wallet_backup.git
ref: 5efe8f8f259317d32b6f037cf91f62e06125c040
bip47:
git:
url: https://github.com/cypherstack/bip47.git
ref: a6e7941b98a43a613708b1a12564bc17e712cfc7
tor_ffi_plugin:
git:
url: https://github.com/cypherstack/tor.git
ref: 16c9e709e984ec89e8715ce378b038c93ad7add3
fusiondart:
git:
url: https://github.com/cypherstack/fusiondart.git
ref: afaad488f5215a9c2c211e5e2f8460237eef60f1
# Utility plugins
http: ^0.13.0
local_auth: ^2.3.0
permission_handler: ^12.0.0+1
flutter_local_notifications: ^17.2.2
zxcvbn: ^1.0.0
dart_numerics: ^0.0.6
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding.git
path: plugins/window_size
# Bitcoin plugins
bip39:
git:
url: https://github.com/cypherstack/stack-bip39.git
ref: 0cd6d54e2860bea68fc50c801cb9db2a760192fb
bitbox:
git:
url: https://github.com/PiRK/bitbox-flutter.git
ref: 50bf29957514a5712466ba37590a851212a244bf
bip32: ^2.0.0
bech32:
git:
url: https://github.com/cypherstack/bech32.git
ref: b6d2a5b4cd17311d917787c0f9505f04932659b1
bs58check: ^1.0.2
# Eth Plugins
web3dart: 2.6.1
ethereum_addresses: 1.0.2
# Storage plugins
flutter_secure_storage: ^8.0.0
hive: ^2.0.5
hive_flutter: ^1.1.0
path_provider: ^2.1.5
# UI/Component plugins
flutter_native_splash: ^2.2.4
google_fonts: ^4.0.4
url_launcher: ^6.0.5
flutter_svg: ^2.0.7
flutter_feather_icons: ^2.0.0+1
decimal: ^2.1.0
event_bus: ^2.0.0
uuid: ^3.0.5
crypto: ^3.0.2
mobile_scanner: ^7.0.1
image: ^4.3.0
wakelock_plus: ^1.2.8
intl: ^0.17.0
devicelocale:
git:
url: https://github.com/cypherstack/flutter-devicelocale
ref: ba7d7d87a3772e972adb1358a5ec9a111b514fce
device_info_plus: ^10.1.2
keyboard_dismisser: ^3.0.0
another_flushbar: ^1.10.28
tuple: ^2.0.0
flutter_riverpod: ^1.0.3
qr_flutter: ^4.0.0
share_plus: ^7.0.2
emojis: ^0.9.9
pointycastle: ^3.6.0
package_info_plus: ^8.0.2
lottie: ^2.3.2
file_picker:
git:
url: https://github.com/cypherstack/flutter_file_picker.git
ref: b2849e63e1d418ad8d943c886cd3f4ed20d0ff23
connectivity_plus: ^4.0.1
isar:
version: 3.1.8
hosted: https://pub.isar-community.dev/
isar_flutter_libs: # contains Isar Core
version: 3.1.8
hosted: https://pub.isar-community.dev/
dropdown_button2: ^2.1.3
string_validator: ^0.3.0
equatable: ^2.0.5
async: ^2.10.0
dart_bs58: ^1.0.1
dart_bs58check: ^3.0.2
hex: ^0.2.0
archive: ^3.6.1
desktop_drop: ^0.4.4
nanodart: ^2.0.0
basic_utils: ^5.5.4
stellar_flutter_sdk: ^1.7.8
bip340: ^0.2.0
# tezart: ^2.0.5
tezart:
git:
url: https://github.com/cypherstack/tezart.git
ref: d000cc245e51d3ff50e6467960fb3d9159d5b2a9
socks5_proxy: 1.0.3+dev.3
convert: ^3.1.1
flutter_hooks: ^0.20.3
meta: ^1.9.1
coinlib_flutter:
git:
url: https://www.github.com/julian-CStack/coinlib
path: coinlib_flutter
ref: da1b3659e296660ac2b36f81d155d2362a2b3195
electrum_adapter:
git:
url: https://github.com/cypherstack/electrum_adapter.git
ref: 794ab2d7b88b34d64a89518f9b9f41dcc235aca1
stream_channel: ^2.1.0
solana:
git: # TODO [prio=low]: Revert to official package once Tor support is merged upstream.
url: https://github.com/cypherstack/espresso-cash-public.git
ref: dea799c20bc917f72b18c916ca96bc99fb1bd1c5
path: packages/solana
calendar_date_picker2: ^1.0.2
sqlite3: 2.4.5
sqlite3_flutter_libs: 0.5.24
# camera_linux: ^0.0.8
camera_linux:
git:
url: https://github.com/cypherstack/camera-linux
ref: ecb412474c5d240347b04ac1eb9f019802ff7034
zxing2: ^0.2.3
camera_windows:
git: # TODO [prio=low]: Revert to official after https://github.com/flutter/packages/pull/7067.
url: https://github.com/cypherstack/packages.git
path: packages/camera/camera_windows
camera_platform_interface: ^2.8.0
camera_macos: ^0.0.8
blockchain_utils: ^3.3.0
on_chain: ^4.0.1
cbor: ^6.3.3
cs_monero: 1.0.0-pre.3
cs_monero_flutter_libs: 1.0.0-pre.0
monero_rpc: ^2.0.0
digest_auth: ^1.0.1
# logger: ^2.5.0
logger:
git:
url: https://github.com/cypherstack/logger
ref: 3c0cba27868ebb5c7d65ebc30a8e6e5342186692
namecoin:
git:
url: https://github.com/Cyrix126/namecoin_dart
ref: 819b21164ef93cc0889049d4a8a1be2d0cc36a1b
drift: ^2.22.1
drift_flutter: ^0.2.3
path: ^1.9.1
cs_salvium: ^1.2.1
cs_salvium_flutter_libs: ^1.0.4
flutter_mwebd: ^0.0.1-pre.7
mweb_client: ^0.2.0
fixnum: ^1.1.1
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
build_runner: ^2.1.7
flutter_launcher_icons: ^0.13.1
hive_generator: ^2.0.0
dependency_validator: ^3.1.2
hive_test: ^1.0.1
mockito: ^5.4.1
mockingjay: ^0.2.0
# lint: ^1.10.0
analyzer: ^6.7.0
import_sorter: ^4.6.0
flutter_lints: ^3.0.1
isar_generator:
version: 3.1.8
hosted: https://pub.isar-community.dev/
drift_dev: ^2.22.1
flutter_native_splash:
image: assets/icon/splash.png
color: "F7F7F7"
android_disable_fullscreen: true
dependency_overrides:
logger:
git:
url: https://github.com/cypherstack/logger
ref: 3c0cba27868ebb5c7d65ebc30a8e6e5342186692
# required to make devicelocale work
web: ^0.5.0
# needed for dart 3.5+ (at least for now)
win32: ^5.5.4
# namecoin names lib needs to be updated
coinlib:
git:
url: https://www.github.com/julian-CStack/coinlib
path: coinlib
ref: da1b3659e296660ac2b36f81d155d2362a2b3195
coinlib_flutter:
git:
url: https://www.github.com/julian-CStack/coinlib
path: coinlib_flutter
ref: da1b3659e296660ac2b36f81d155d2362a2b3195
bip47:
git:
url: https://github.com/cypherstack/bip47.git
ref: a6e7941b98a43a613708b1a12564bc17e712cfc7
# required for dart 3, at least until a fix is merged upstream
wakelock_windows:
git:
url: https://github.com/diegotori/wakelock
ref: 2a9bca63a540771f241d688562351482b2cf234c
path: wakelock_windows
# required override for nanodart
bip39:
git:
url: https://github.com/cypherstack/stack-bip39.git
ref: 0cd6d54e2860bea68fc50c801cb9db2a760192fb
crypto: 3.0.2
analyzer: ^6.7.0
pinenacl: ^0.6.0
http: ^0.13.0
# 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:
# 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
assets:
- assets/in_app_logo_icons/
- assets/images/
- assets/icon/
- google_fonts/
- assets/svg/
# coin control icons
- assets/svg/coin_control/
# socials
- assets/svg/socials/
# exchange icons
- assets/svg/exchange_icons/
# buy
- assets/svg/buy/
# gif
- assets/gif/
# lottie animations
# basic
- assets/lottie/loader.json
- assets/lottie/icon_send.json
- assets/lottie/loader_and_checkmark.json
- assets/lottie/arrow_rotate.json
- assets/lottie/onion_animation.json
# default themes_testing
- assets/default_themes/
import_sorter:
comments: false # Optional, defaults to true
ignored_files: # Optional, defaults to []
- \/test\/*
- \/crypto_plugins\/*
- \/integration_test\/*