Merge branch 'main' of https://github.com/krille-chan/fluffychat
This commit is contained in:
commit
e12723fdaa
98 changed files with 1450 additions and 1014 deletions
38
pubspec.yaml
38
pubspec.yaml
|
|
@ -4,43 +4,43 @@ 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.0+3550
|
||||
version: 2.5.1+3551
|
||||
|
||||
environment:
|
||||
sdk: ">=3.11.1 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
archive: ^4.0.7
|
||||
async: ^2.11.0
|
||||
badges: ^3.1.2
|
||||
async: ^2.13.1
|
||||
badges: ^3.2.0
|
||||
blurhash_dart: ^1.2.1
|
||||
chewie: ^1.13.0
|
||||
chewie: ^1.13.1
|
||||
collection: ^1.18.0
|
||||
crop_image: ^1.0.17
|
||||
cross_file: ^0.3.5
|
||||
desktop_drop: ^0.7.0
|
||||
desktop_drop: ^0.7.1
|
||||
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_picker: ^11.0.2
|
||||
file_selector: ^1.1.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_foreground_task: ^9.2.1
|
||||
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_map: ^8.3.0
|
||||
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.3.1
|
||||
flutter_web_auth_2: ^5.0.2
|
||||
flutter_webrtc: ^1.4.1
|
||||
geolocator: ^14.0.2
|
||||
go_router: ^17.1.0
|
||||
go_router: ^17.2.2
|
||||
handy_window: ^0.4.2
|
||||
highlight: ^0.7.0
|
||||
html: ^0.15.4
|
||||
|
|
@ -52,13 +52,13 @@ dependencies:
|
|||
just_audio_media_kit: ^2.1.0
|
||||
latlong2: ^0.9.1
|
||||
linkify: ^5.0.0
|
||||
matrix: ^6.2.0
|
||||
matrix: ^7.0.0
|
||||
media_kit_libs_linux: ^1.2.1
|
||||
media_kit_libs_windows_video: ^1.0.11
|
||||
mime: ^2.0.0
|
||||
native_imaging: ^0.4.0
|
||||
opus_caf_converter_dart: ^1.0.1
|
||||
package_info_plus: ^9.0.0
|
||||
package_info_plus: ^9.0.1
|
||||
particles_network: ^1.9.3
|
||||
pasteboard: ^0.5.0
|
||||
path: ^1.9.0
|
||||
|
|
@ -69,10 +69,10 @@ dependencies:
|
|||
qr_code_scanner_plus: ^2.1.1
|
||||
qr_image: ^1.0.0
|
||||
receive_sharing_intent: ^1.8.1
|
||||
record: ^6.1.2
|
||||
record: ^6.2.0
|
||||
scroll_to_index: ^3.0.1
|
||||
share_plus: ^12.0.1
|
||||
shared_preferences: ^2.5.4 # Pinned because https://github.com/flutter/flutter/issues/118401
|
||||
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
|
||||
|
|
@ -84,11 +84,11 @@ dependencies:
|
|||
video_compress: ^3.1.4
|
||||
video_player: ^2.11.1
|
||||
video_player_media_kit: ^2.0.0
|
||||
wakelock_plus: ^1.5.0
|
||||
webrtc_interface: ^1.3.0
|
||||
wakelock_plus: ^1.5.2
|
||||
webrtc_interface: ^1.5.1
|
||||
|
||||
dev_dependencies:
|
||||
dart_code_linter: ^3.2.1
|
||||
dart_code_linter: ^4.0.2
|
||||
flutter_lints: ^6.0.0
|
||||
flutter_native_splash: ^2.4.7
|
||||
flutter_test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue