-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpubspec.yaml
More file actions
380 lines (356 loc) · 10.7 KB
/
Copy pathpubspec.yaml
File metadata and controls
380 lines (356 loc) · 10.7 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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
name: fluffychat
description: A convenient Matrix-based tool for personal and corporate communication.
publish_to: none
version: 2.23.3+2330
environment:
sdk: ">=3.10.0 <4.0.0"
dependencies:
sentry_flutter: ^9.10.0
### Dependencies from git ###
matrix: ^7.1.2
receive_sharing_intent:
git:
url: https://github.com/linagora/receive_sharing_intent.git
ref: main
video_compress: ^3.1.4
linagora_design_flutter:
git:
url: https://github.com/linagora/linagora-design-flutter.git
ref: v0.2.0
flutter_matrix_html:
git:
url: https://github.com/linagora/flutter_matrix_html.git
ref: master
# TODO: Remove it after this PR merged
# https://github.com/justsoft/video_thumbnail/pull/135
video_thumbnail:
git:
url: https://github.com/maRci002/video_thumbnail.git
ref: feat-web_implementation
path: video_thumbnail
# TODO: We will change it when the PR in upstream repository will be merged
# https://github.com/rvamsikrishna/inview_notifier_list/pull/60
inview_notifier_list:
git:
# HTTPS so CI runners work without an SSH key (public repo)
url: https://github.com/linagora/inview_notifier_list.git
ref: master
future_loading_dialog:
git:
# HTTPS so CI runners work without an SSH key (public repo)
url: https://github.com/linagora/future-loading-dialog.git
ref: main
linkfy_text:
git:
# HTTPS so CI runners work without an SSH key (public repo)
url: https://github.com/linagora/linkfy_text.git
ref: main
flutter_emoji_mart:
git:
url: https://github.com/linagora/emoji_mart.git
ref: master
social_media_recorder:
git:
# HTTPS so CI runners work without an SSH key (public repo)
url: https://github.com/linagora/social_media_recorder.git
ref: twake_supported
adaptive_dialog: ^1.8.0+1
flutter_adaptive_scaffold: ^0.1.4
animations: ^2.0.7
blurhash_dart: ^1.1.0
# TODO: remove it after it release a new version, the PR is merged to master
# callkeep:
# git:
# url: https://github.com/flutter-webrtc/callkeep
# ref: master
chewie: ^1.3.6
collection: ^1.16.0
connectivity_plus: ^4.0.0
cupertino_icons: any
desktop_drop: ^0.4.4
desktop_lifecycle: ^0.1.0
desktop_notifications: ^0.6.3
device_info_plus: ^10.1.0
dynamic_color: ^1.6.0
emoji_picker_flutter: ^1.5.1
emoji_proposal: ^0.0.1
emojis: ^0.9.9
# TODO: remove this after this PR is merged https://gitlab.com/famedly/company/frontend/libraries/native_imaging/-/merge_requests/22
fcm_shared_isolate:
git:
url: https://github.com/famedly/fcm_shared_isolate.git
ref: main
file_picker: ^10.1.7
flutter:
sdk: flutter
# TODO: remove this after this PR is merged https://github.com/g123k/flutter_app_badger/pull/92
flutter_app_badger:
git:
url: https://github.com/bitsydarel/flutter_app_badger.git
ref: master
flutter_app_lock: ^3.0.0
flutter_blurhash: ^0.8.2
flutter_cache_manager: ^3.3.0
flutter_foreground_task: ^3.10.0
flutter_local_notifications: 17.2.2
flutter_localizations:
sdk: flutter
flutter_map: ^4.0.0
flutter_openssl_crypto:
git:
url: https://github.com/linagora/flutter_openssl_crypto.git
ref: main
flutter_ringtone_player: 4.0.0+4
flutter_secure_storage: 9.2.4
flutter_svg: ^0.22.0
flutter_typeahead: ^5.1.0
flutter_web_auth_2: ^4.1.0
# flutter_webrtc: # Until https://github.com/flutter-webrtc/flutter-webrtc/issues/1212 is fixed
# git: https://github.com/radzio-it/flutter-webrtc.git
# flutter_webrtc: ^0.10.6
handy_window: ^0.1.9
hive: ^2.2.3
hive_flutter: ^1.1.0
http: ^0.13.4
image: ^4.0.15
image_picker: ^1.2.0
# Direct deps so we can opt into the Android Photo Picker (useAndroidPhotoPicker)
# in main.dart; both are already pulled in transitively by image_picker.
image_picker_android: ^0.8.13
image_picker_platform_interface: ^2.11.0
intl: any
unorm_dart: ^0.2.0
just_audio: 0.10.5
opus_caf_converter_dart: ^1.0.1
keyboard_shortcuts: ^0.1.4
latlong2: ^0.8.1
matrix_homeserver_recommendations: ^0.3.0
matrix_link_text: ^2.0.0
native_imaging:
git:
url: https://github.com/linagora/dart_native_imaging.git
ref: main
package_info_plus: ^8.0.0
path_provider: ^2.1.5
permission_handler: ^12.0.1
pin_code_text_field: ^1.8.0
provider: ^6.0.2
punycode: ^1.0.0
qr_code_scanner: ^1.0.0
qr: ^3.0.1
record: 6.1.1
scroll_to_index: ^3.0.1
share_plus: 10.0.2
shared_preferences: ^2.5.3
slugify: ^2.0.0
skeletons:
# TODO: Remove when https://github.com/badjio/skeletons/pull/9 is merged
git:
url: https://github.com/alirezat66/skeletons.git
ref: master
tor_detector_web: ^1.1.0
app_links: ^6.2.0
unifiedpush: ^6.0.2
universal_html: ^2.0.8
url_launcher: 6.3.2
vibration: 3.1.3
go_router: 16.3.0
wakelock_plus: 1.3.2
webrtc_interface: ^1.0.10
overflow_view: 0.5.0
json_annotation: 4.9.0
equatable: ^2.0.5
get_it: ^7.2.0
dio: ^5.1.1
dio_cache_interceptor: ^3.4.2
dio_cache_interceptor_hive_store: ^3.2.1
dartz: ^0.10.1
debounce_throttle: ^2.0.0
fluttertoast: ^9.0.0
rxdart: ^0.27.7
photo_manager: ^3.0.0-dev.5
flutter_inappwebview: 6.1.0
tuple: ^2.0.2
lottie: ^3.0.0
lottie_native: 0.1.2
wechat_camera_picker: 4.4.0
open_file: ^3.5.11
mime: ^1.0.4
async: ^2.11.0
flutter_image_compress: ^2.4.0
image_gallery_saver:
git:
url: https://github.com/linagora/image_gallery_saver.git
ref: master
file_saver: ^0.2.12
flutter_keyboard_visibility: ^6.0.0
media_kit: ^1.2.1
media_kit_video: ^2.0.1
media_kit_libs_video: ^1.0.7
video_player: ^2.10.0
super_clipboard: 0.9.1
crypto: ^3.0.3
flutter_contacts: ^2.0.0-beta.2
phone_numbers_parser: ^9.0.21
sim_country_code_plus: ^0.1.4
flutter_localized_locales: ^2.0.5
after_layout: ^1.2.0
photo_manager_image_provider: ^2.1.0
flutter_slidable: 4.0.0
skeletonizer: ^2.1.0+1
flutter_portal: 1.1.4
external_path: 2.2.0
gal: 2.3.0
auto_size_text: 3.0.0
flutter_avif: 3.1.0
heic_to_png_jpg: 0.0.5
pull_down_button: 0.10.2
pretty_qr_code: 3.3.0
byte_converter: 2.0.0
flutter_vodozemac: ^0.5.0
html_unescape: 2.0.0
sqflite_common_ffi: ^2.3.6
# https://github.com/tekartik/sqflite/blob/master/sqflite_common_ffi/doc/using_ffi_instead_of_sqflite.md#setup
sqlite3_flutter_libs: ^0.5.40
visibility_detector: ^0.4.0+2
path: ^1.8.0
web: ^1.1.1
storage_space: ^1.2.0
flutter_riverpod: 3.0.0
freezed_annotation: 3.1.0
riverpod_annotation: 3.0.0
dev_dependencies:
sentry_dart_plugin: ^3.2.1
build_runner: 2.10.5
freezed: ^3.2.3
riverpod_generator: 3.0.0
flutter_launcher_icons: ^0.13.1
flutter_lints: ^3.0.2
flutter_native_splash: ^2.0.3+1
flutter_test:
sdk: flutter
import_sorter: ^4.6.0
integration_test:
sdk: flutter
json_serializable: ^6.6.2
msix: ^3.6.2
translations_cleaner: ^0.0.5
mockito: 5.6.3
patrol: ^4.5.0
html: ^0.15.4
go_router_builder: ^4.2.0
patrol_cli: ^4.3.1
flutter_launcher_icons:
android: false
ios: true
remove_alpha_ios: true
image_path: "assets/icons/icon_launcher.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/icons/icon_launcher.png"
flutter_native_splash:
color_ios: "#ffffff"
image_ios: "assets/logo_ios.png"
branding_ios: "assets/branding.png"
color_android: "#ffffff"
flutter:
generate: true
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/icons/
- assets/sounds/
- assets/js/
- assets/js/package/
- configurations/
- configurations/icons/
msix_config:
display_name: Twake Chat
publisher_display_name: Twake Chat
publisher: CN=Twake, O=Linagora, C=FR
identity_name: app.twake.windows.chat
logo_path: assets\logo.png
capabilities: internetClient, location, microphone, webcam
protocol_activation: https
app_uri_handler_hosts: matrix.to
execution_alias: twake
sign_msix: true
install_certificate: false
dependency_overrides:
# Required by riverpod_generator 3.0.0 while flutter_emoji_mart still pins
# freezed_annotation ^2.4.1.
freezed_annotation: 3.1.0
http: 1.2.2
# This otherwise breaks on linux with flutter 3.7.0, let's override it for now.
file_selector: ^0.9.2+2
file_selector_linux: ^0.9.1
flutter_svg: ^2.0.4
# # fake secure storage plugin for Windows
# # See: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/15161
# flutter_secure_storage_windows:
# git:
# url: https://gitlab.com/TheOneWithTheBraid/flutter_secure_storage_windows.git
# ref: main
# waiting for null safety
# Upstream pull request: https://github.com/AntoineMarcel/keyboard_shortcuts/pull/13
keyboard_shortcuts:
git:
# HTTPS so CI runners work without an SSH key (public repo)
url: https://github.com/zhouzhuo810/keyboard_shortcuts.git
ref: master
# Force HTTPS for transitive deps pulled via SSH by flutter_matrix_html
linkfy_text:
git:
url: https://github.com/linagora/linkfy_text.git
ref: main
# TODO: Remove this part after upstream contribution is merged
# https://github.com/Sorunome/matrix_link_text/pull/4
# https://github.com/Sorunome/matrix_link_text/pull/5
matrix_link_text:
git:
url: https://github.com/linagora/matrix_link_text.git
ref: twake-supported
# TODO: Remove this part when update matrix_homeserver_recommendations to same version as matrix_dart_sdk
matrix_api_lite:
git:
url: https://github.com/linagora/dart_matrix_api_lite.git
ref: main
# Fixes a compile error when comforming UIApplication to Launcher in iOS 18.
url_launcher_ios: 6.3.1
# Fixes a compile error when comforming missing header to Launcher in iOS 18.
# TODO: Remove this part when depends of wakelock_plus update
wakelock_plus: 1.3.2
# TODO: Remove when https://github.com/letsar/overflow_view/pull/13 is merged
overflow_view:
git:
url: https://github.com/linagora/overflow_view.git
ref: master
# TODO: Remove when https://github.com/linagora/linagora-design-flutter/pull/67 is merged
linagora_design_flutter:
git:
url: git@github.com:linagora/linagora-design-flutter.git
ref: feature/web-link-generator
cider:
link_template:
tag: https://github.com/linagora/twake-on-matrix/releases/tag/%tag% # initial release link template
patrol:
app_name: Twake Chat
test_directory: integration_test
android:
package_name: app.twake.android.chat
ios:
bundle_id: app.twake.ios.chat
app_name: Twake Chat
sentry:
project:
org:
symbols_path: build/app/outputs/symbols
dart_symbol_map_path: build/app/obfuscation.map.json
upload_debug_symbols: true
upload_source_maps: true
upload_sources: true
log_level: debug
ignore_missing: true
url_prefix:
release:
dist: