Skip to content

Commit 412f25c

Browse files
mvanbeusekomened
andauthored
Fix/1174 background refresh status (#1176) (#1283)
* Update project files * Add a new background refresh permission check for iOS * versions * cleanups * version bumps * missing constants Co-authored-by: Sebastian Roth <sebastian.roth@gmail.com>
1 parent cde241f commit 412f25c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

permission_handler/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 11.3.0
2+
3+
* Adds a new permission `Permission.backgroundRefresh` to check the background refresh permission status via:
4+
* Updates `permission_handler_apple` dependency to version 9.1.5.
5+
* Updates `permission_handler_platform_interface` dependency to version 3.11.6.
6+
17
## 11.2.1
28

39
* Adds `PermissionGroup.photosAddOnly` to the README.

permission_handler/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: permission_handler
22
description: Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
33
repository: https://github.com/baseflow/flutter-permission-handler
44
issue_tracker: https://github.com/Baseflow/flutter-permission-handler/issues
5-
version: 11.2.1
5+
version: 11.3.0
66

77

88
environment:
@@ -26,10 +26,10 @@ dependencies:
2626
sdk: flutter
2727
meta: ^1.7.0
2828
permission_handler_android: ^12.0.3
29-
permission_handler_apple: ^9.3.0
29+
permission_handler_apple: ^9.4.0
3030
permission_handler_html: ^0.1.1
3131
permission_handler_windows: ^0.2.1
32-
permission_handler_platform_interface: ^4.1.0
32+
permission_handler_platform_interface: ^4.2.0
3333

3434
dev_dependencies:
3535
flutter_lints: ^1.0.4

0 commit comments

Comments
 (0)