From 375a77bd5b47b331e073530600d261c0f91ae25d Mon Sep 17 00:00:00 2001 From: td Date: Sun, 16 Oct 2022 23:36:34 +0530 Subject: [PATCH] chore: bump webrtc and foreground task deps --- lib/pages/dialer/dialer.dart | 4 +++- lib/utils/voip/callkeep_manager.dart | 4 ++-- pubspec.lock | 18 ++++++++---------- pubspec.yaml | 13 +++---------- 4 files changed, 16 insertions(+), 23 deletions(-) diff --git a/lib/pages/dialer/dialer.dart b/lib/pages/dialer/dialer.dart index 20e35fd8..e612b56e 100644 --- a/lib/pages/dialer/dialer.dart +++ b/lib/pages/dialer/dialer.dart @@ -291,12 +291,14 @@ class MyCallingPage extends State { void _screenSharing() async { if (PlatformInfos.isAndroid) { if (!call.screensharingEnabled) { - await FlutterForegroundTask.init( + FlutterForegroundTask.init( androidNotificationOptions: AndroidNotificationOptions( channelId: 'notification_channel_id', channelName: 'Foreground Notification', channelDescription: L10n.of(context)!.foregroundServiceRunning, ), + iosNotificationOptions: const IOSNotificationOptions(), + foregroundTaskOptions: const ForegroundTaskOptions(), ); FlutterForegroundTask.startService( notificationTitle: L10n.of(context)!.screenSharingTitle, diff --git a/lib/utils/voip/callkeep_manager.dart b/lib/utils/voip/callkeep_manager.dart index eaf25630..3d4e3e72 100644 --- a/lib/utils/voip/callkeep_manager.dart +++ b/lib/utils/voip/callkeep_manager.dart @@ -246,8 +246,8 @@ class CallKeepManager { ), const Divider(), ListTile( - onTap: () => - FlutterForegroundTask.openSystemAlertWindowSettings(true), + onTap: () => FlutterForegroundTask.openSystemAlertWindowSettings( + forceOpen: true), title: Text(L10n.of(context)!.appearOnTop), subtitle: Text(L10n.of(context)!.appearOnTopDetails), trailing: const Icon(Icons.file_upload_rounded), diff --git a/pubspec.lock b/pubspec.lock index 26d4e53b..c0e930f3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -303,7 +303,7 @@ packages: name: dart_webrtc url: "https://pub.dartlang.org" source: hosted - version: "1.0.7" + version: "1.0.9" dbus: dependency: transitive description: @@ -548,12 +548,10 @@ packages: flutter_foreground_task: dependency: "direct main" description: - path: "." - ref: "td/forceOpenOnTop" - resolved-ref: b5f429acbcddb8267d77dd2d76032357d78a725d - url: "https://github.com/Techno-Disaster/flutter_foreground_task.git" - source: git - version: "3.8.2" + name: flutter_foreground_task + url: "https://pub.dartlang.org" + source: hosted + version: "3.10.0" flutter_highlight: dependency: transitive description: @@ -759,7 +757,7 @@ packages: name: flutter_webrtc url: "https://pub.dartlang.org" source: hosted - version: "0.9.5" + version: "0.9.11" fuchsia_remote_debug_protocol: dependency: transitive description: flutter @@ -1555,7 +1553,7 @@ packages: name: shared_preferences_android url: "https://pub.dartlang.org" source: hosted - version: "2.0.12" + version: "2.0.14" shared_preferences_ios: dependency: transitive description: @@ -2008,7 +2006,7 @@ packages: name: webrtc_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.7" + version: "1.0.8" win32: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8fcfdf6d..f315eece 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: flutter_app_lock: ^2.0.0 flutter_blurhash: ^0.7.0 flutter_cache_manager: ^3.3.0 - flutter_foreground_task: ^3.8.2 + flutter_foreground_task: ^3.10.0 flutter_local_notifications: ^9.7.0 flutter_localizations: sdk: flutter @@ -50,7 +50,7 @@ dependencies: flutter_svg: ^0.22.0 flutter_typeahead: ^4.0.0 flutter_web_auth: ^0.4.0 - flutter_webrtc: ^0.9.5 + flutter_webrtc: ^0.9.11 future_loading_dialog: ^0.2.3 geolocator: ^7.6.2 handy_window: ^0.1.6 @@ -95,7 +95,7 @@ dependencies: video_player: ^2.2.18 vrouter: ^1.2.0+21 wakelock: ^0.6.1+1 - webrtc_interface: ^1.0.7 + webrtc_interface: ^1.0.8 dev_dependencies: dart_code_metrics: ^4.10.1 @@ -158,13 +158,6 @@ dependency_overrides: path: packages/connectivity_plus/connectivity_plus_web # Until all dependencies are compatible. Missing: file_picker_cross, flutter_matrix_html ffi: ^2.0.0 - - # upstream request at https://github.com/Dev-hwang/flutter_foreground_task/pull/102 - flutter_foreground_task: - git: - url: https://github.com/Techno-Disaster/flutter_foreground_task.git - ref: td/forceOpenOnTop - # fake secure storage plugin for Windows # See: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/15161 flutter_secure_storage_windows: