-
Notifications
You must be signed in to change notification settings - Fork 11
/
pubspec.yaml
324 lines (310 loc) · 10.7 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
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
name: yana
description: Yet Another Nostr Application
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter 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 is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.15.2+3009
versionCode: 3000
environment:
sdk: '>=3.4.0 <3.11.0'
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
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.2
pointycastle: ^3.7.3
convert: ^3.1.1
provider: ^6.0.5
shared_preferences: ^2.1.1
bot_toast: ^4.0.4
flutter_quill: ^8.6.3
bip340: ^0.3.0
string_validator: ^1.0.0
http: ^1.1.0
get_time_ago: ^1.2.2
cached_network_image: ^3.3.0
photo_manager: ^3.5.0
flutter_native_splash: ^2.3.2
flutter_animate: ^4.1.1+1
bech32: ^0.2.2
hex: ^0.2.0
wechat_assets_picker: ^8.5.0
file_picker: ^5.3.1
dio: ^5.1.2
dio_cookie_manager: ^3.0.0
emoji_picker_flutter: ^1.6.1
widget_size: ^1.0.0
sizer: ^2.0.15
webview_flutter: ^4.2.1
screenshot: ^3.0.0
share_plus: ^7.2.1
video_player: ^2.9.2
image_picker: ^1.1.2
keframe: ^3.0.0
pretty_qr_code: ^3.3.0
flutter_link_previewer: ^3.2.1
easy_image_viewer: ^1.2.1
android_intent_plus: ^4.0.1
url_launcher: ^6.1.11
flutter_placeholder_textlines: ^1.2.0
google_fonts: ^5.1.0
flutter_font_picker: ^1.3.0
local_auth: ^2.1.6
crypto: ^3.0.3
mime: ^1.0.4
pretty_dio_logger: ^1.3.1
flutter_markdown: ^0.6.14
window_manager: ^0.3.4
qr_code_scanner: ^1.0.1
# mobile_scanner: ^5.2.1
image_gallery_saver: ^2.0.3
permission_handler: ^10.2.0
file_saver: ^0.2.4
youtube_player_flutter: ^9.0.3
auto_size_text_field: ^2.2.1
numberpicker: ^2.1.2
table_calendar: ^3.0.9
intl: ^0.18.1
device_info_plus: ^9.0.2
package_info_plus: ^4.1.0
assorted_layout_widgets: ^8.0.4
flutter_secure_storage: ^9.0.0
settings_ui: ^2.0.2
tuple: ^2.0.2
# flutter_spinkit: ^5.2.0
# loading_animation_widget: ^1.2.0
# flutter_app_badger: ^1.5.0
awesome_notifications_core: ^0.8.0
awesome_notifications: any
workmanager: ^0.5.1
flutter_background_service: ^5.0.10
flutter_local_notifications: ^17.2.2
# flutter_isolate: ^2.0.4
# secp256k1: ^0.3.0
scrollable_positioned_list: ^0.3.8
#js: ^0.6.7
flutter_svg: ^2.0.7
protocol_handler: ^0.1.5
flutter_spinkit: ^5.2.0
isar: ^4.0.0-dev.14
isar_flutter_libs: ^4.0.0-dev.14
path_provider: ^2.1.1
flutter_easyloading: ^3.0.5
visibility_detector: ^0.4.0
#uni_links: ^0.5.1
confetti: ^0.7.0
flutter_timer_countdown: ^1.0.7
sliding_up_panel: ^2.0.0+1
back_button_interceptor: ^7.0.3
lottie: ^3.1.2
bolt11_decoder: ^1.0.2
# ndk: ^0.1.2
ndk:
git:
url: https://github.com/relaystr/dart_ndk.git
ref: master
# ndk:
# path: ../ndk
dev_dependencies:
flutter_launcher_icons: ^0.14.1
# isar_generator: ^3.1.0+1
flutter_test:
sdk: flutter
# 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: ^4.0.0
build_runner: ^2.4.6
dependency_overrides:
video_player_android: 2.7.13
photo_manager: 3.2.3
# rust_lib_ndk:
# path: rust_builder
# http: ^1.0.0
# extended_image: ^8.0.1
# markdown: ^7.1.0
intl: ^0.19.0
flutter_colorpicker: 1.1.0
# TODO: Recheck once flutter_inappwebview version >6.0.0 is released
flutter_inappwebview_android:
git:
url: https://github.com/holzgeist/flutter_inappwebview
path: flutter_inappwebview_android
ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
# 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 packages.
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
assets:
- assets/imgs/
- assets/imgs/alby.png
- assets/imgs/mutiny.png
- assets/imgs/nwc.png
- assets/imgs/arrows.png
- assets/imgs/settings.png
- assets/imgs/scan.png
- assets/imgs/mutiny.png
- assets/imgs/logo/logo-new.png
- assets/imgs/logo/logo-name.svg
- assets/imgs/logo/logo-name.png
- assets/imgs/logo/logo-with-name.png
- assets/animations/spinner.json
- assets/currencies-with-flags.json
# 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
fonts:
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
# - family: Montserrat
# fonts:
# - asset: assets/fonts/Montserrat/Montserrat-Thin.ttf
# weight: 100
# - asset: assets/fonts/Montserrat/Montserrat-ThinItalic.ttf
# style: italic
# weight: 100
# - asset: assets/fonts/Montserrat/Montserrat-ExtraLight.ttf
# weight: 200
# - asset: assets/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf
# style: italic
# weight: 200
# - asset: assets/fonts/Montserrat/Montserrat-Light.ttf
# weight: 300
# - asset: assets/fonts/Montserrat/Montserrat-LightItalic.ttf
# style: italic
# weight: 300
# - asset: assets/fonts/Montserrat/Montserrat-Regular.ttf
# weight: 400
# - asset: assets/fonts/Montserrat/Montserrat-Medium.ttf
# weight: 500
# - asset: assets/fonts/Montserrat/Montserrat-MediumItalic.ttf
# style: italic
# weight: 500
# - asset: assets/fonts/Montserrat/Montserrat-SemiBold.ttf
# weight: 600
# - asset: assets/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf
# style: italic
# weight: 600
# - asset: assets/fonts/Montserrat/Montserrat-Bold.ttf
# weight: 700
# - asset: assets/fonts/Montserrat/Montserrat-BoldItalic.ttf
# style: italic
# weight: 700
# - asset: assets/fonts/Montserrat/Montserrat-ExtraBold.ttf
# weight: 800
# - asset: assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf
# style: italic
# weight: 800
# - asset: assets/fonts/Montserrat/Montserrat-Black.ttf
# weight: 900
# - asset: assets/fonts/Montserrat/Montserrat-BlackItalic.ttf
# style: italic
# weight: 900
- family: Geist
fonts:
- asset: assets/fonts/Geist/Geist-Black.otf
weight: 800
- asset: assets/fonts/Geist/Geist-Bold.otf
weight: 700
- asset: assets/fonts/Geist/Geist-Light.otf
weight: 300
- asset: assets/fonts/Geist/Geist-Medium.otf
weight: 500
- asset: assets/fonts/Geist/Geist-Regular.otf
weight: 400
- asset: assets/fonts/Geist/Geist-SemiBold.otf
weight: 600
- asset: assets/fonts/Geist/Geist-Thin.otf
weight: 200
- asset: assets/fonts/Geist/Geist-UltraBlack.otf
weight: 900
- asset: assets/fonts/Geist/Geist-UltraLight.otf
weight: 100
# w100 Thin, the least thick
# w200 Extra-light
# w300 Light
# w400 Normal / regular / plain
# w500 Medium
# w600 Semi-bold
# w700 Bold
# w800 Extra-bold
# w900 Black, the most thick
# 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
# new version icons
flutter_launcher_icons:
image_path_ios: 'assets/imgs/logo/logo-new.png'
image_path_android: 'assets/imgs/logo/logo-new.png'
image_path: "assets/images/logo.png"
min_sdk_android: 21
android: true
ios: true
windows:
generate: true
image_path: "assets/imgs/logo/logo-new.png"
macos:
generate: true
image_path: "assets/imgs/logo/logo-new.png"
flutter_native_splash:
color: "#281237"
android_12:
color: "#281237"
icon_background_color: "#281237"
icon_background_color_dark: "#281237"
image: assets/imgs/logo/logo-splash.png
icon_background_color: "#281237"
icon_background_color_dark: "#281237"
color_dark: "#281237"
image: assets/imgs/logo/logo-splash.png
fullscreen: true
flutter_intl:
enabled: true