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:
commit
5366d3e2ed
3 changed files with 6 additions and 4 deletions
|
|
@ -299,7 +299,9 @@ class MyCallingPage extends State<Calling> {
|
||||||
L10n.of(widget.context).foregroundServiceRunning,
|
L10n.of(widget.context).foregroundServiceRunning,
|
||||||
),
|
),
|
||||||
iosNotificationOptions: const IOSNotificationOptions(),
|
iosNotificationOptions: const IOSNotificationOptions(),
|
||||||
foregroundTaskOptions: const ForegroundTaskOptions(),
|
foregroundTaskOptions: ForegroundTaskOptions(
|
||||||
|
eventAction: ForegroundTaskEventAction.nothing(),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
FlutterForegroundTask.startService(
|
FlutterForegroundTask.startService(
|
||||||
notificationTitle: L10n.of(widget.context).screenSharingTitle,
|
notificationTitle: L10n.of(widget.context).screenSharingTitle,
|
||||||
|
|
|
||||||
|
|
@ -500,10 +500,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: flutter_foreground_task
|
name: flutter_foreground_task
|
||||||
sha256: "6cf10a27f5e344cd2ecad0752d3a5f4ec32846d82fda8753b3fe2480ebb832a3"
|
sha256: "9f1b25a81db95d7119d2c5cffc654048cbdd49d4056183e1beadc1a6a38f3e29"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "6.5.0"
|
version: "9.1.0"
|
||||||
flutter_highlighter:
|
flutter_highlighter:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ dependencies:
|
||||||
file_selector: ^1.0.3
|
file_selector: ^1.0.3
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_foreground_task: ^6.1.3
|
flutter_foreground_task: ^9.1.0
|
||||||
flutter_highlighter: ^0.1.1
|
flutter_highlighter: ^0.1.1
|
||||||
flutter_linkify: ^6.0.0
|
flutter_linkify: ^6.0.0
|
||||||
flutter_local_notifications: ^19.4.0
|
flutter_local_notifications: ^19.4.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue