File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: permission_handler
22description : Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
33repository : https://github.com/baseflow/flutter-permission-handler
44issue_tracker : https://github.com/Baseflow/flutter-permission-handler/issues
5- version : 11.2.1
5+ version : 11.3.0
66
77
88environment :
@@ -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
3434dev_dependencies :
3535 flutter_lints : ^1.0.4
You can’t perform that action at this time.
0 commit comments