Skip to content

Commit

Permalink
release: 8.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-hwang committed Nov 1, 2024
1 parent 74a4522 commit f0e65b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 8.13.0

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

## 8.12.0

* [**FEAT**] Add `setOnlyAlertOnce` option to AndroidNotificationOptions [pr-#287](https://github.com/Dev-hwang/flutter_foreground_task/pull/287)
Expand Down Expand Up @@ -33,7 +37,7 @@
- `.developer`: The task has been started by the developer (startService, restartService, updateService)
- `.system`: The task has been started by the system (reboot, app-updates, AlarmManager-restart)
* [**FEAT-iOS**] Allow background app refresh
- Bump iOS minimumVersion to 13.0
- ~~Bump iOS minimumVersion to 13.0~~
- You need to add `BGTaskSchedulerPermittedIdentifiers` key in `ios/Runner/info.plist` file
- Check [Getting started-iOS](https://pub.dev/packages/flutter_foreground_task#baby_chick-ios) for more details

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This plugin is used to implement a foreground service on the Android platform.
- Flutter: `3.10.0+`
- Dart: `3.0.0+`
- Android: `5.0+ (minSdkVersion: 21)`
- iOS: `13.0+`
- iOS: `12.0+`

## Structure

Expand All @@ -31,7 +31,7 @@ To use this plugin, add `flutter_foreground_task` as a [dependency in your pubsp

```yaml
dependencies:
flutter_foreground_task: ^8.12.0
flutter_foreground_task: ^8.13.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
2 changes: 1 addition & 1 deletion 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.12.0
version: 8.13.0
homepage: https://github.com/Dev-hwang/flutter_foreground_task

environment:
Expand Down

0 comments on commit f0e65b7

Please sign in to comment.