forked from GLEECBTC/gleec-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
284 lines (229 loc) · 9.79 KB
/
Copy pathpubspec.yaml
File metadata and controls
284 lines (229 loc) · 9.79 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
name: web_dex
description: Gleec Wallet
# 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: 0.9.3+1
environment:
sdk: ">=3.8.1 <4.0.0"
flutter: ">=3.35.3 <4.0.0"
workspace:
- packages/komodo_ui_kit
- packages/komodo_persistence_layer
- app_theme
dependencies:
## ---- Flutter SDK
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
## ---- Local packages by Komodo team
app_theme:
path: "./app_theme"
komodo_ui_kit:
path: packages/komodo_ui_kit
komodo_persistence_layer:
path: packages/komodo_persistence_layer
## ---- GLEECBTC pub.dev packages (First-party)
komodo_cex_market_data:
path: sdk/packages/komodo_cex_market_data # Option 1: Local path via sdk submodule (pinned). See docs/SDK_SUBMODULE_MANAGEMENT.md
# git: # Option 2: Git dependency
# url: https://github.com/GLEECBTC/komodo-defi-sdk-flutter.git
# path: packages/komodo_cex_market_data
# ref: dev
# ^0.0.3+1 # Option 3: Pub.dev dependency
dragon_logs:
path: sdk/packages/dragon_logs # Option 1: Local path via sdk submodule (pinned). See docs/SDK_SUBMODULE_MANAGEMENT.md
# git: # Option 2: Git dependency
# url: https://github.com/GLEECBTC/komodo-defi-sdk-flutter.git
# path: packages/dragon_logs
# ref: dev
# ^2.0.0 # Option 3: Pub.dev dependency
## ---- Dart.dev, Flutter.dev
args: ^2.7.0 # dart.dev
flutter_markdown: ^0.7.7 # flutter.dev
http: 1.4.0 # dart.dev
intl: 0.20.2 # dart.dev
js: ">=0.6.7 <=0.7.2" # dart.dev
url_launcher: 6.3.1 # flutter.dev
crypto: 3.0.6 # dart.dev
cross_file: 0.3.4+2 # flutter.dev
video_player: ^2.9.5 # flutter.dev
logging: 1.3.0
mutex: ^3.1.0
integration_test: # SDK (moved from dev_dependencies to ensure Android release build includes plugin)
sdk: flutter
## ---- google.com
# Approved via https://github.com/GLEECBTC/gleec-wallet/pull/1106
window_size:
git:
url: https://github.com/KomodoPlatform/flutter-desktop-embedding
path: plugins/window_size
ref: 6c66ad23ee79749f30a8eece542cf54eaf157ed8
## ---- firebase.google.com
# Upgraded Firebase, needs secure code review
firebase_analytics: ^11.4.5
firebase_core: ^3.13.0
## ---- Fluttercommunity.dev
# does not require review, since hosted and git versions are the same
equatable: 2.0.7 # sdk depends on hosted version, and not from git
# Approved via https://github.com/GLEECBTC/gleec-wallet/pull/1106 (Outdated)
package_info_plus: 8.3.0
# Approved via https://github.com/GLEECBTC/gleec-wallet/pull/1106 (Outdated)
share_plus: 11.1.0
## ---- 3d party
# Approved via https://github.com/GLEECBTC/gleec-wallet/pull/1106 (Outdated)
encrypt: 5.0.3
flutter_svg: 2.0.17
# Approved via https://github.com/GLEECBTC/gleec-wallet/pull/1106 (Outdated)
qr_flutter: 4.1.0
easy_localization: 3.0.7+1 # last reviewed 3.0.2 via https://github.com/GLEECBTC/gleec-wallet/pull/1106
# Approved via https://github.com/GLEECBTC/gleec-wallet/pull/1106 (Outdated)
universal_html: 2.2.4
# Approved via https://github.com/GLEECBTC/gleec-wallet/pull/1106
hive: ^2.2.3 # Changed from git to pub.dev because git dependencies are not allowed in published packages
# Approved via https://github.com/GLEECBTC/gleec-wallet/pull/1106
hive_flutter: ^1.1.0 # Changed from git to pub.dev because git dependencies are not allowed in published packages
# Approved via https://github.com/GLEECBTC/gleec-wallet/pull/1106 (Outdated)
badges: 3.1.2
flutter_slidable: 4.0.0
cupertino_icons: ^1.0.8
# Embedded web view
# Approved via https://github.com/GLEECBTC/gleec-wallet/pull/3
flutter_inappwebview: 6.1.5 # Android, iOS, macOS, Web (currently broke, open issue)
# Newly added, not yet reviewed
formz: 0.8.0
# TODO: review required
dragon_charts_flutter:
path: sdk/packages/dragon_charts_flutter # Option 1: Local path via sdk submodule (pinned). See docs/SDK_SUBMODULE_MANAGEMENT.md
# git: # Option 2: Git dependency
# url: https://github.com/GLEECBTC/komodo-defi-sdk-flutter.git
# path: packages/dragon_charts_flutter
# ref: dev
# ^0.1.1-dev.3 # Option 3: Pub.dev dependency
bloc_concurrency: 0.3.0
file_picker: ^10.3.2
# TODO: review required - SDK integration
path_provider: 2.1.5 # flutter.dev
shared_preferences: ^2.5.3 # flutter.dev
decimal: 3.2.1 # transitive dependency that is required to fix breaking changes in rational package
rational: 2.2.3 # sdk depends on decimal ^3.0.2, which depends on rational ^2.0.0
uuid: 4.5.1 # sdk depends on this version
flutter_bloc: ^9.1.0 # sdk depends on this version, and hosted instead of git reference
get_it: ^8.0.3 # sdk depends on this version, and hosted instead of git reference
komodo_defi_sdk:
path: sdk/packages/komodo_defi_sdk # Option 1: Local path via sdk submodule (pinned). See docs/SDK_SUBMODULE_MANAGEMENT.md
# git: # Option 2: Git dependency
# url: https://github.com/GLEECBTC/komodo-defi-sdk-flutter.git
# path: packages/komodo_defi_sdk
# ref: dev
# ^0.4.0+3 # Option 3: Pub.dev dependency
komodo_defi_types:
path: sdk/packages/komodo_defi_types # Option 1: Local path via sdk submodule (pinned). See docs/SDK_SUBMODULE_MANAGEMENT.md
# git: # Option 2: Git dependency
# url: https://github.com/GLEECBTC/komodo-defi-sdk-flutter.git
# path: packages/komodo_defi_types
# ref: dev
# ^0.3.2+1 # Option 3: Pub.dev dependency
komodo_ui:
path: sdk/packages/komodo_ui # Option 1: Local path via sdk submodule (pinned). See docs/SDK_SUBMODULE_MANAGEMENT.md
# git: # Option 2: Git dependency
# url: https://github.com/GLEECBTC/komodo-defi-sdk-flutter.git
# path: packages/komodo_ui
# ref: dev
# ^0.3.0+3 # Option 3: Pub.dev dependency
feedback: ^3.1.0
ntp: ^2.0.0
matomo_tracker: ^6.0.0
flutter_window_close: ^1.2.0
dev_dependencies:
test: ^1.24.1 # dart.dev
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^5.0.0 # flutter.dev
bloc_lint: ^0.2.1
dependency_overrides:
# Temporary until Flutter's pinned version is updated
intl: ^0.20.2
# 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.
generate: true
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/
- assets/custom_icons/16px/
- assets/logo/
- assets/fonts/
- assets/flags/
- assets/ui_icons/
- assets/others/
- assets/translations/
- assets/nav_icons/mobile/
- assets/nav_icons/desktop/dark/
- assets/nav_icons/desktop/light/
- assets/blockchain_icons/svg/32px/
- assets/custom_icons/
- assets/web_pages/
- assets/fiat/fiat_icons_square/
- assets/fiat/providers/
- assets/packages/flutter_inappwebview_web/assets/web/
# 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: Manrope
fonts:
- asset: assets/fonts/Manrope-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Manrope-Light.ttf
weight: 300
- asset: assets/fonts/Manrope-Regular.ttf
weight: 400
- asset: assets/fonts/Manrope-Medium.ttf
weight: 500
- asset: assets/fonts/Manrope-SemiBold.ttf
weight: 600
- asset: assets/fonts/Manrope-Bold.ttf
weight: 700
- asset: assets/fonts/Manrope-ExtraBold.ttf
weight: 800
- family: Rubik
fonts:
- asset: assets/fonts/Rubik-VariableFont_wght.ttf
- family: Roboto
fonts:
- asset: assets/fallback_fonts/roboto/v20/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf
weight: 400
# - 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