Skip to content

Commit c3f2430

Browse files
committed
release: 8.12.0
1 parent bf6721d commit c3f2430

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 8.12.0
2+
3+
* [**FEAT**] Add `setOnlyAlertOnce` option to AndroidNotificationOptions [pr-#287](https://github.com/Dev-hwang/flutter_foreground_task/pull/287)
4+
* [**CHANGE**] Change notification channel importance from `DEFAULT` to `LOW`
5+
16
## 8.11.0
27

38
* [**FEAT**] Allow sending Set collection using `FlutterForegroundTask.sendDataToMain`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To use this plugin, add `flutter_foreground_task` as a [dependency in your pubsp
3131

3232
```yaml
3333
dependencies:
34-
flutter_foreground_task: ^8.11.0
34+
flutter_foreground_task: ^8.12.0
3535
```
3636
3737
After adding the plugin to your flutter project, we need to declare the platform-specific permissions ans service to use for this plugin to work properly.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_foreground_task
22
description: This plugin is used to implement a foreground service on the Android platform.
3-
version: 8.11.0
3+
version: 8.12.0
44
homepage: https://github.com/Dev-hwang/flutter_foreground_task
55

66
environment:

0 commit comments

Comments
 (0)