This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
298 lines (245 loc) · 9.95 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
name: notes
description: "A new Flutter project."
version: 1.1.0
publish_to: none
environment:
sdk: '>=3.2.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
material:
path: ../../material
# Material Symbols
material_symbols_icons: ^4.2719.1
fluentui_system_icons: ^1.1.226
# Brand icons
simple_icons: ^10.1.3
# Google Fonts during development
google_fonts: ^6.1.0
# Useful sliver widgets
sliver_tools: ^0.2.12
# Global state management
provider: ^6.1.1
# Dart extensions
collection: ^1.18.0
async: ^2.11.0
flutter_markdown: ^0.7.1
markdown: any
# HTTP requests
http: ^1.2.0
# Image picker
image_picker: ^1.0.7
# Share plugin
share_plus: ^9.0.0
# Launch URLs
url_launcher: ^6.2.4
# Persisten preferences store
shared_preferences: ^2.2.2
# Native splash screen
flutter_native_splash: ^2.3.10
# Fleather editor
fleather: ^1.14.1
parchment: any
parchment_delta: any
# Timezones
timezone: any
flutter_timezone_plus: ^1.0.8
window_manager: ^0.3.8
# Local notifications
local_notifier: ^0.1.5
flutter_local_notifications: ^17.0.0
# windows_ui: ^0.2.0
# fluttertoast: ^8.2.4
path_provider: ^2.1.2
# Isar
isar:
version: ^4.0.2
hosted: https://pub.isar-community.dev
isar_flutter_libs:
version: ^4.0.2
hosted: https://pub.isar-community.dev
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
# skeletonizer: ^1.0.1
# TODO: use or delete following dependencies
# Over-the-air updates
# ota_update: ^6.0.0
file_selector: ^1.0.2
package_info_plus: ^8.0.0
skeletonizer: ^1.1.1
visibility_detector: ^0.4.0+2
flutter_gen: ^5.4.0
# undo: ^1.5.0
# cached_network_image: ^3.3.1
# font_awesome_flutter: ^10.7.0
# local_hero: ^0.3.0
dev_dependencies:
# flutter_test:
# sdk: flutter
flutter_lints: ^3.0.1
icons_launcher: ^2.1.7
build_runner: ^2.4.8
freezed: ^2.4.7
json_serializable: ^6.7.1
msix: ^3.16.7
flutter_gen_runner: ^5.4.0
flutter:
# generate: true
uses-material-design: true
assets:
- assets/images/
icons_launcher:
image_path: assets/launcher/icon.png
platforms:
android:
enable: true
adaptive_background_image: assets/launcher/adaptive_background.png
adaptive_foreground_image: assets/launcher/adaptive_foreground.png
adaptive_monochrome_image: assets/launcher/monochrome.png
ios:
enable: true
windows:
enable: true
macos:
enable: true
linux:
enable: true
flutter_native_splash:
# This package generates native code to customize Flutter's default white native splash screen
# with background color and splash image.
# Customize the para{met}ers below, and run the following command in the terminal:
# dart run flutter_native_splash:create
# To restore Flutter's default white splash screen, run the following command in the terminal:
# dart run flutter_native_splash:remove
# IMPORTANT NOTE: These parameter do not affect the configuration of Android 12 and later, which
# handle splash screens differently that prior versions of Android. Android 12 and later must be
# configured specifically in the android_12 section below.
# color or background_image is the only required parameter. Use color to set the background
# of your splash screen to a solid color. Use background_image to set the background of your
# splash screen to a png image. This is useful for gradients. The image will be stretch to the
# size of the app. Only one parameter can be used, color and background_image cannot both be set.
# color: "#42a5f5"
background_image: assets/splash/background.png
# The image parameter allows you to specify an image used in the splash screen. It must be a
# png file and should be sized for 4x pixel density.
image: assets/splash/image.png
# The branding property allows you to specify an image used as branding in the splash screen.
# It must be a png file. It is supported for Android, iOS and the Web. For Android 12,
# see the Android 12 section below.
#branding: assets/dart.png
# To position the branding image at the bottom of the screen you can use bottom, bottomRight,
# and bottomLeft. The default values is bottom if not specified or specified something else.
#branding_mode: bottom
# The color_dark, background_image_dark, image_dark, branding_dark are parameters that set the background
# and image when the device is in dark mode. If they are not specified, the app will use the
# parameters from above. If the image_dark parameter is specified, color_dark or
# background_image_dark must be specified. color_dark and background_image_dark cannot both be
# set.
#color_dark: "#042a49"
#background_image_dark: "assets/dark-background.png"
#image_dark: assets/splash-invert.png
#branding_dark: assets/dart_dark.png
# Android 12 handles the splash screen differently than previous versions. Please visit
# https://developer.android.com/guide/topics/ui/splash-screen
# Following are Android 12 specific parameter.
android_12:
# The image parameter sets the splash screen icon image. If this parameter is not specified,
# the app's launcher icon will be used instead.
# Please note that the splash screen will be clipped to a circle on the center of the screen.
# App icon with an icon background: This should be 960×960 pixels, and fit within a circle
# 640 pixels in diameter.
# App icon without an icon background: This should be 1152×1152 pixels, and fit within a circle
# 768 pixels in diameter.
image: assets/splash/android12_image.png
# Splash screen background color.
color: "#0048b6"
# App icon background color.
#icon_background_color: "#111111"
# The branding property allows you to specify an image used as branding in the splash screen.
#branding: assets/dart.png
# The image_dark, color_dark, icon_background_color_dark, and branding_dark set values that
# apply when the device is in dark mode. If they are not specified, the app will use the
# parameters from above.
#image_dark: assets/android12splash-invert.png
#color_dark: "#042a49"
#icon_background_color_dark: "#eeeeee"
# The android, ios and web parameters can be used to disable generating a splash screen on a given
# platform.
#android: false
#ios: false
#web: false
# Platform specific images can be specified with the following parameters, which will override
# the respective parameter. You may specify all, selected, or none of these parameters:
#color_android: "#42a5f5"
#color_dark_android: "#042a49"
#color_ios: "#42a5f5"
#color_dark_ios: "#042a49"
#color_web: "#42a5f5"
#color_dark_web: "#042a49"
#image_android: assets/splash-android.png
#image_dark_android: assets/splash-invert-android.png
#image_ios: assets/splash-ios.png
#image_dark_ios: assets/splash-invert-ios.png
#image_web: assets/splash-web.gif
#image_dark_web: assets/splash-invert-web.gif
#background_image_android: "assets/background-android.png"
#background_image_dark_android: "assets/dark-background-android.png"
#background_image_ios: "assets/background-ios.png"
#background_image_dark_ios: "assets/dark-background-ios.png"
#background_image_web: "assets/background-web.png"
#background_image_dark_web: "assets/dark-background-web.png"
#branding_android: assets/brand-android.png
#branding_dark_android: assets/dart_dark-android.png
#branding_ios: assets/brand-ios.png
#branding_dark_ios: assets/dart_dark-ios.png
#branding_web: assets/brand-web.gif
#branding_dark_web: assets/dart_dark-web.gif
# The position of the splash image can be set with android_gravity, ios_content_mode, and
# web_image_mode parameters. All default to center.
#
# android_gravity can be one of the following Android Gravity (see
# https://developer.android.com/reference/android/view/Gravity): bottom, center,
# center_horizontal, center_vertical, clip_horizontal, clip_vertical, end, fill, fill_horizontal,
# fill_vertical, left, right, start, or top.
#android_gravity: center
#
# ios_content_mode can be one of the following iOS UIView.ContentMode (see
# https://developer.apple.com/documentation/uikit/uiview/contentmode): scaleToFill,
# scaleAspectFit, scaleAspectFill, center, top, bottom, left, right, topLeft, topRight,
# bottomLeft, or bottomRight.
#ios_content_mode: center
#
# web_image_mode can be one of the following modes: center, contain, stretch, and cover.
#web_image_mode: center
# The screen orientation can be set in Android with the android_screen_orientation parameter.
# Valid parameters can be found here:
# https://developer.android.com/guide/topics/manifest/activity-element#screen
#android_screen_orientation: sensorLandscape
# To hide the notification bar, use the fullscreen parameter. Has no effect in web since web
# has no notification bar. Defaults to false.
# NOTE: Unlike Android, iOS will not automatically show the notification bar when the app loads.
# To show the notification bar, add the following code to your Flutter app:
# WidgetsFlutterBinding.ensureInitialized();
# SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: [SystemUiOverlay.bottom, SystemUiOverlay.top], );
#fullscreen: true
# If you have changed the name(s) of your info.plist file(s), you can specify the filename(s)
# with the info_plist_files parameter. Remove only the # characters in the three lines below,
# do not remove any spaces:
#info_plist_files:
# - 'ios/Runner/Info-Debug.plist'
# - 'ios/Runner/Info-Release.plist'
msix_config:
display_name: Notes
publisher_display_name: deminearchiver
identity_name: dev.deminearchiver.notes
msix_version: 1.1.0.0
languages: en-us, ru-ru
# capabilities: "internetClient,location,microphone,webcam"
capabilities: "internetClient,userNotificationListener"
# toast_activator:
# clsid: 1b65de1b-16b6-4842-bf16-12d666f6a1bc
# arguments: "1,2,3"
# display_name: "TEST"