Skip to content

Commit

Permalink
release: 8.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-hwang committed Nov 20, 2024
1 parent 7858d0e commit 916289f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 8.14.0

* [**FEAT**] Support quickboot for HTC devices

## 8.13.0

* [**CHORE**] Downgrade iOS minimumVersion from 13.0 to 12.0
* [**CHORE**] Downgrade iOS minimumVersion from `13.0` to `12.0`

## 8.12.0

Expand All @@ -9,7 +13,7 @@

## 8.11.0

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

## 8.10.4

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To use this plugin, add `flutter_foreground_task` as a [dependency in your pubsp

```yaml
dependencies:
flutter_foreground_task: ^8.13.0
flutter_foreground_task: ^8.14.0
```
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.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_foreground_task
description: This plugin is used to implement a foreground service on the Android platform.
version: 8.13.0
version: 8.14.0
homepage: https://github.com/Dev-hwang/flutter_foreground_task

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.6
plugin_platform_interface: ^2.1.8
shared_preferences: ^2.2.2
platform: ^3.1.4

Expand Down

0 comments on commit 916289f

Please sign in to comment.