Skip to content

Commit 916289f

Browse files
committed
release: 8.14.0
1 parent 7858d0e commit 916289f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 8.14.0
2+
3+
* [**FEAT**] Support quickboot for HTC devices
4+
15
## 8.13.0
26

3-
* [**CHORE**] Downgrade iOS minimumVersion from 13.0 to 12.0
7+
* [**CHORE**] Downgrade iOS minimumVersion from `13.0` to `12.0`
48

59
## 8.12.0
610

@@ -9,7 +13,7 @@
913

1014
## 8.11.0
1115

12-
* [**FEAT**] Allow sending Set collection using `FlutterForegroundTask.sendDataToMain`
16+
* [**FEAT**] Allow sending `Set` collection using `FlutterForegroundTask.sendDataToMain`
1317

1418
## 8.10.4
1519

README.md

+1-1
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.13.0
34+
flutter_foreground_task: ^8.14.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

+2-2
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.13.0
3+
version: 8.14.0
44
homepage: https://github.com/Dev-hwang/flutter_foreground_task
55

66
environment:
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
plugin_platform_interface: ^2.1.6
13+
plugin_platform_interface: ^2.1.8
1414
shared_preferences: ^2.2.2
1515
platform: ^3.1.4
1616

0 commit comments

Comments
 (0)