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,
|
||||
),
|
||||
iosNotificationOptions: const IOSNotificationOptions(),
|
||||
foregroundTaskOptions: const ForegroundTaskOptions(),
|
||||
foregroundTaskOptions: ForegroundTaskOptions(
|
||||
eventAction: ForegroundTaskEventAction.nothing(),
|
||||
),
|
||||
);
|
||||
FlutterForegroundTask.startService(
|
||||
notificationTitle: L10n.of(widget.context).screenSharingTitle,
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue