Merge pull request #672 from krille-chan/krille/update-dependencies

build: Update dependencies
This commit is contained in:
Krille-chan 2023-11-12 08:30:30 +01:00 committed by GitHub
commit 6324754726
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 282 additions and 214 deletions

View file

@ -5,6 +5,7 @@
import FlutterMacOS import FlutterMacOS
import Foundation import Foundation
import appkit_ui_element_colors
import audio_session import audio_session
import desktop_drop import desktop_drop
import desktop_lifecycle import desktop_lifecycle
@ -30,10 +31,12 @@ import shared_preferences_foundation
import sqflite import sqflite
import url_launcher_macos import url_launcher_macos
import video_compress import video_compress
import video_player_avfoundation
import wakelock_plus import wakelock_plus
import window_to_front import window_to_front
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AppkitUiElementColorsPlugin.register(with: registry.registrar(forPlugin: "AppkitUiElementColorsPlugin"))
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin")) AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin")) DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin"))
DesktopLifecyclePlugin.register(with: registry.registrar(forPlugin: "DesktopLifecyclePlugin")) DesktopLifecyclePlugin.register(with: registry.registrar(forPlugin: "DesktopLifecyclePlugin"))
@ -59,6 +62,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin")) SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
VideoCompressPlugin.register(with: registry.registrar(forPlugin: "VideoCompressPlugin")) VideoCompressPlugin.register(with: registry.registrar(forPlugin: "VideoCompressPlugin"))
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin")) WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
WindowToFrontPlugin.register(with: registry.registrar(forPlugin: "WindowToFrontPlugin")) WindowToFrontPlugin.register(with: registry.registrar(forPlugin: "WindowToFrontPlugin"))
} }

File diff suppressed because it is too large Load diff

View file

@ -8,26 +8,26 @@ environment:
sdk: ">=3.0.0 <4.0.0" sdk: ">=3.0.0 <4.0.0"
dependencies: dependencies:
adaptive_dialog: ^1.9.0+2 adaptive_dialog: ^1.10.0
animations: ^2.0.7 animations: ^2.0.8
archive: ^3.3.9 archive: ^3.4.9
async: ^2.11.0 async: ^2.11.0
badges: ^3.1.1 badges: ^3.1.2
blurhash_dart: ^1.1.0 blurhash_dart: ^1.2.1
callkeep: ^0.3.2 callkeep: ^0.3.2
chewie: ^1.3.6 chewie: ^1.7.1
collection: ^1.16.0 collection: ^1.17.2
cupertino_icons: any cupertino_icons: any
desktop_drop: ^0.4.0 desktop_drop: ^0.4.4
desktop_lifecycle: ^0.1.0 desktop_lifecycle: ^0.1.0
desktop_notifications: ^0.6.3 desktop_notifications: ^0.6.3
device_info_plus: ^9.0.2 device_info_plus: ^9.1.0
dynamic_color: ^1.6.0 dynamic_color: ^1.6.8
emoji_picker_flutter: ^1.5.1 emoji_picker_flutter: ^1.6.3
emoji_proposal: ^0.0.1 emoji_proposal: ^0.0.1
emojis: ^0.9.9 emojis: ^0.9.9
#fcm_shared_isolate: ^0.1.0 #fcm_shared_isolate: ^0.1.0
file_picker: ^6.0.0 file_picker: ^6.1.1
flutter: flutter:
sdk: flutter sdk: flutter
flutter_app_badger: ^1.5.0 flutter_app_badger: ^1.5.0
@ -47,12 +47,12 @@ dependencies:
flutter_openssl_crypto: ^0.1.0 flutter_openssl_crypto: ^0.1.0
flutter_ringtone_player: ^3.1.1 flutter_ringtone_player: ^3.1.1
flutter_secure_storage: ^9.0.0 flutter_secure_storage: ^9.0.0
flutter_typeahead: ^4.3.2 flutter_typeahead: ^4.8.0
flutter_web_auth_2: ^3.0.3 flutter_web_auth_2: ^3.0.3
flutter_webrtc: ^0.9.37 flutter_webrtc: ^0.9.46
future_loading_dialog: ^0.3.0 future_loading_dialog: ^0.3.0
geolocator: ^7.6.2 geolocator: ^7.6.2
go_router: ^12.0.1 go_router: ^12.1.1
hive: ^2.2.3 hive: ^2.2.3
hive_flutter: ^1.1.0 hive_flutter: ^1.1.0
http: ^0.13.4 http: ^0.13.4
@ -74,20 +74,20 @@ dependencies:
qr_code_scanner: ^1.0.0 qr_code_scanner: ^1.0.0
qr_flutter: ^4.0.0 qr_flutter: ^4.0.0
receive_sharing_intent: ^1.4.5 receive_sharing_intent: ^1.4.5
record: ^4.4.4 # Upgrade to 5 currently breaks playing on iOS record: 4.4.4 # Upgrade to 5 currently breaks playing on iOS
scroll_to_index: ^3.0.1 scroll_to_index: ^3.0.1
share_plus: ^7.0.0 share_plus: ^7.2.1
shared_preferences: ^2.2.0 # Pinned because https://github.com/flutter/flutter/issues/118401 shared_preferences: ^2.2.0 # Pinned because https://github.com/flutter/flutter/issues/118401
slugify: ^2.0.0 slugify: ^2.0.0
swipe_to_action: ^0.2.0 swipe_to_action: ^0.2.0
tor_detector_web: ^1.1.0 tor_detector_web: ^1.1.0
uni_links: ^0.5.1 uni_links: ^0.5.1
unifiedpush: ^5.0.0 unifiedpush: ^5.0.1
universal_html: ^2.0.8 universal_html: ^2.2.4
url_launcher: ^6.0.20 url_launcher: ^6.2.1
vibration: ^1.7.4-nullsafety.0 vibration: ^1.8.3
video_compress: ^3.1.1 video_compress: ^3.1.1
video_player: ^2.2.18 video_player: ^2.8.1
wakelock_plus: ^1.1.3 wakelock_plus: ^1.1.3
webrtc_interface: ^1.0.13 webrtc_interface: ^1.0.13

View file

@ -149,11 +149,11 @@ index 6999d0b8..b2c9144f 100644
--- a/pubspec.yaml --- a/pubspec.yaml
+++ b/pubspec.yaml +++ b/pubspec.yaml
@@ -26,7 +26,7 @@ dependencies: @@ -26,7 +26,7 @@ dependencies:
emoji_picker_flutter: ^1.5.1 emoji_picker_flutter: ^1.6.3
emoji_proposal: ^0.0.1 emoji_proposal: ^0.0.1
emojis: ^0.9.9 emojis: ^0.9.9
- #fcm_shared_isolate: ^0.1.0 - #fcm_shared_isolate: ^0.1.0
+ fcm_shared_isolate: ^0.1.0 + fcm_shared_isolate: ^0.1.0
file_picker: ^6.0.0 file_picker: ^6.1.1
flutter: flutter:
sdk: flutter sdk: flutter