-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpubspec.yaml
269 lines (256 loc) · 7.81 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
name: chan
description: A new Flutter project.
# 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: 1.2.7+97 # Remember to update version.dart
environment:
sdk: ">=3.3.0 <4.0.0"
publish_to: none
dependencies:
media_kit: ^1.1.3
media_kit_video: ^1.1.3
media_kit_libs_ios_video_encoders_gpl:
git:
url: https://github.com/moffatman/media-kit.git
ref: main
path: libs/ios/media_kit_libs_ios_video_encoders_gpl
media_kit_libs_macos_video_encoders_gpl:
git:
url: https://github.com/moffatman/media-kit.git
ref: main
path: libs/macos/media_kit_libs_macos_video_encoders_gpl
media_kit_libs_android_video_encoders_gpl:
git:
url: https://github.com/moffatman/media-kit.git
ref: main
path: libs/android/media_kit_libs_android_video_encoders_gpl
media_kit_libs_windows_video_encoders_gpl:
git:
url: https://github.com/moffatman/media-kit.git
ref: main
path: libs/windows/media_kit_libs_windows_video_encoders_gpl
dio: ^4.0.0
dio_cookie_manager: ^3.1.1
cookie_jar: ^4.0.8
html: ^0.15.0
provider: ^6.0.0
extended_image: ^6.0.1
html_unescape: ^2.0.0
share_plus: ^10.0.1
extended_image_library: ^3.3.0
flutter_inappwebview: ^6.0.0-beta.24+1
home_indicator:
git:
url: https://github.com/moffatman/flutter_home_indicator
ref: master
linkify: ^4.1.0
auto_size_text: ^3.0.0
hive: ^2.0.1
hive_flutter: ^1.1.0
image_picker: ^1.0.7
heic_to_jpg: ^0.2.0
mutex: ^3.0.0
uuid: ^3.0.5
profanity_filter: ^2.0.0
url_launcher: ^6.0.12
highlight: ^0.7.0
flutter_highlight: ^0.7.0
google_fonts: ^4.0.3
file_picker:
git:
url: https://github.com/moffatman/flutter_file_picker
ref: master
flutter_colorpicker: ^1.1.0
photo_manager: ^3.1.1
flutter_tex: ^4.0.3+4
app_links: ^6.2.0
crypto: ^3.0.1
fluttertoast: ^8.2.1
test: ^1.20.1
flutter_exif_rotation:
git:
url: https://github.com/moffatman/flutter_exif_rotation
ref: master
normal: ^0.6.0
pool: ^1.5.0
connectivity_plus: ^4.0.2
receive_sharing_intent:
git:
url: https://github.com/moffatman/receive_sharing_intent
ref: master
native_drag_n_drop:
git:
url: https://github.com/moffatman/FlutterNativeDragAndDrop
ref: main
mime: ^1.0.2
http_parser: ^4.0.0
cupertino_icons: ^1.0.0
firebase_core: ^3.5.0
unifiedpush: ^5.0.2
flutter_apns_only: ^1.6.0
flutter_local_notifications: ^17.2.1+2
path_provider: ^2.0.10
path_provider_ios: ^2.0.11
async: ^2.9.0
flutter_email_sender: ^6.0.3
dynamic_color: ^1.5.2
flutter:
sdk: flutter
firebase_crashlytics: ^4.1.2
charset_converter: ^2.2.0
markdown: ^7.2.1
string_similarity: ^2.0.0
weak_map: ^2.1.0
vector_math: ^2.1.4
local_auth: ^2.1.6
screenshot: ^3.0.0
ffi: ^2.0.2
archive: ^3.6.1
isolate_pool_2: ^1.0.7
dev_dependencies:
hive_generator: ^2.0.0
build_runner: ^2.1.2
flutter_launcher_icons: ^0.12.0
flutter_native_splash: ^2.2.19
flutter_lints: ^2.0.1
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/appicon.png"
adaptive_icon_background: "assets/appicon_bg.png"
adaptive_icon_foreground: "assets/appicon_fg.png"
adaptive_icon_monochrome: "assets/appicon_monochrome.png"
flutter_native_splash:
color: "#141414"
image: "assets/splash.png"
android_12:
image: "assets/splash_android12.png"
# 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/katex.html
- assets/splash.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.io/assets-and-images/#from-packages
fonts:
- family: Submona
fonts:
- asset: assets/submona.ttf
dependency_overrides:
flutter_launcher_icons:
git:
url: https://github.com/OutdatedGuy/flutter_launcher_icons.git
ref: feat/monochrome-icons-support
heic_to_jpg:
git:
url: https://github.com/moffatman/flutter_heic_to_jpg.git
ref: main
extended_image:
git:
url: https://github.com/moffatman/extended_image.git
ref: chan_master
extended_image_library:
git:
url: https://github.com/moffatman/extended_image_library.git
dio:
git:
url: https://github.com/moffatman/dio.git
path: dio
ref: develop
markdown: ^7.2.1 # Needed to resolve a conflict with flutter_tex
web: ^0.5.1 # Needed to run with current moffatman/flutter tag
connectivity_plus: # Needed to prioritize Mobile over VPN on Android
git:
url: https://github.com/moffatman/plus_plugins.git
ref: check_mobile_first
path: packages/connectivity_plus/connectivity_plus
flutter_inappwebview:
git:
url: https://github.com/moffatman/flutter_inappwebview.git
ref: master
path: flutter_inappwebview
flutter_inappwebview_android:
git:
url: https://github.com/moffatman/flutter_inappwebview.git
ref: master
path: flutter_inappwebview_android
flutter_inappwebview_ios:
git:
url: https://github.com/moffatman/flutter_inappwebview.git
ref: master
path: flutter_inappwebview_ios
flutter_inappwebview_macos:
git:
url: https://github.com/moffatman/flutter_inappwebview.git
ref: master
path: flutter_inappwebview_macos
flutter_inappwebview_platform_interface:
git:
url: https://github.com/moffatman/flutter_inappwebview.git
ref: master
path: flutter_inappwebview_platform_interface
flutter_inappwebview_web:
git:
url: https://github.com/moffatman/flutter_inappwebview.git
ref: master
path: flutter_inappwebview_web
flutter_inappwebview_windows:
git:
url: https://github.com/moffatman/flutter_inappwebview.git
ref: master
path: flutter_inappwebview_windows
media_kit:
git:
url: https://github.com/moffatman/media-kit.git
ref: main
path: media_kit
media_kit_video:
git:
url: https://github.com/moffatman/media-kit.git
ref: main
path: media_kit_video
hive:
git:
url: https://github.com/moffatman/hive.git
ref: master
path: hive
hive_generator:
git:
url: https://github.com/moffatman/hive.git
ref: master
path: hive_generator
html:
git:
url: https://github.com/moffatman/html.git
ref: main
charset_converter:
git:
url: https://github.com/moffatman/charset_converter.git
ref: master
analyzer: ^6.7.0
dart_style: ^2.3.6
js: ^0.7.1 # Needed to run with current connectivity_plus tag