-
-
Notifications
You must be signed in to change notification settings - Fork 508
Expand file tree
/
Copy pathpubspec.yaml
More file actions
118 lines (112 loc) · 2.85 KB
/
pubspec.yaml
File metadata and controls
118 lines (112 loc) · 2.85 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
name: fluffychat
description: Chat with your friends.
publish_to: none
# On version bump please also increase:
# 1. The build number (for F-Droid)
# 2. The version in /snap/snapcraft.yaml
version: 2.5.1+3551
environment:
sdk: ">=3.11.1 <4.0.0"
dependencies:
archive: ^4.0.7
async: ^2.13.1
badges: ^3.1.2
blurhash_dart: ^1.2.1
chewie: ^1.13.0
collection: ^1.18.0
cross_file: ^0.3.5
desktop_drop: ^0.7.0
desktop_notifications: ^0.6.3
device_info_plus: ^12.3.0
dynamic_color: ^1.8.1
emoji_picker_flutter: ^4.4.0
file_picker: ^10.3.10
file_selector: ^1.1.0
flutter:
sdk: flutter
flutter_foreground_task: ^9.2.2
flutter_linkify: ^6.0.0
flutter_local_notifications: ^21.0.0
flutter_localizations:
sdk: flutter
flutter_map: ^8.2.2
flutter_new_badger: ^1.1.1
flutter_secure_storage: ^10.0.0
flutter_shortcuts_new: ^2.0.0
flutter_vodozemac: ^0.5.0
flutter_web_auth_2: ^5.0.1
flutter_webrtc: ^1.4.1
geolocator: ^14.0.2
go_router: ^17.2.0
handy_window: ^0.4.2
highlight: ^0.7.0
html: ^0.15.4
http: ^1.6.0
image: ^4.7.2
image_picker: ^1.2.1
intl: any
just_audio: ^0.10.5
latlong2: ^0.9.1
matrix: ^6.2.0
mime: ^2.0.0
native_imaging: ^0.4.0
opus_caf_converter_dart: ^1.0.1
package_info_plus: ^9.0.1
particles_network: ^1.9.3
path: ^1.9.0
path_provider: ^2.1.2
pretty_qr_code: ^3.6.0
provider: ^6.0.2
punycode: ^1.0.0
qr_code_scanner_plus: ^2.1.1
qr_image: ^1.0.0
receive_sharing_intent: ^1.8.1
record: ^6.2.0
scroll_to_index: ^3.0.1
share_plus: ^12.0.2
shared_preferences: ^2.5.5 # Pinned because https://github.com/flutter/flutter/issues/118401
slugify: ^2.0.0
sqflite_common_ffi: ^2.3.7+1
sqlcipher_flutter_libs: ^0.6.8
swipe_to_action: ^0.3.0
unifiedpush: ^6.2.0
unifiedpush_ui: ^0.2.0
universal_html: ^2.3.0
url_launcher: ^6.3.2
video_compress: ^3.1.4
video_player: ^2.11.1
wakelock_plus: ^1.5.1
webrtc_interface: ^1.5.1
dev_dependencies:
dart_code_linter: ^3.2.1
flutter_lints: ^6.0.0
flutter_native_splash: ^2.4.7
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
license_checker: ^1.6.2
translations_cleaner: ^0.1.1
flutter_native_splash:
color: "#ffffff"
color_dark: "#000000"
image: "assets/info-logo.png"
flutter:
generate: true
uses-material-design: true
assets:
- assets/
- assets/sounds/
- assets/vodozemac/
# Guidelines for adding a dependency override:
# 1. Don't do it if you can avoid it or fix it upstream in a manageable time
# 2. Always link an (upstream?) issue
# 3. Explain how and when this can be removed (overrides must be temporarily)
dependency_overrides:
# To fix 16kb compatiblity in PlayStore. It is fixed in main branch but
# not yet published:
# https://github.com/google/webcrypto.dart/issues/207
webcrypto:
git:
url: https://github.com/google/webcrypto.dart.git
ref: master