Merge pull request #2068 from krille-chan/dependabot/pub/flutter_foreground_task-9.1.0

build: (deps): bump flutter_foreground_task from 6.5.0 to 9.1.0
This commit is contained in:
Krille-chan 2025-08-03 13:00:19 +02:00 committed by GitHub
commit 5366d3e2ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View file

@ -299,7 +299,9 @@ class MyCallingPage extends State<Calling> {
L10n.of(widget.context).foregroundServiceRunning,
),
iosNotificationOptions: const IOSNotificationOptions(),
foregroundTaskOptions: const ForegroundTaskOptions(),
foregroundTaskOptions: ForegroundTaskOptions(
eventAction: ForegroundTaskEventAction.nothing(),
),
);
FlutterForegroundTask.startService(
notificationTitle: L10n.of(widget.context).screenSharingTitle,

View file

@ -500,10 +500,10 @@ packages:
dependency: "direct main"
description:
name: flutter_foreground_task
sha256: "6cf10a27f5e344cd2ecad0752d3a5f4ec32846d82fda8753b3fe2480ebb832a3"
sha256: "9f1b25a81db95d7119d2c5cffc654048cbdd49d4056183e1beadc1a6a38f3e29"
url: "https://pub.dev"
source: hosted
version: "6.5.0"
version: "9.1.0"
flutter_highlighter:
dependency: "direct main"
description:

View file

@ -28,7 +28,7 @@ dependencies:
file_selector: ^1.0.3
flutter:
sdk: flutter
flutter_foreground_task: ^6.1.3
flutter_foreground_task: ^9.1.0
flutter_highlighter: ^0.1.1
flutter_linkify: ^6.0.0
flutter_local_notifications: ^19.4.0