File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
permission_handler_android
permission_handler_platform_interface Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : permission_handler_android
2
2
description : Permission plugin for Flutter. This plugin provides the Android API to request and check permissions.
3
3
homepage : https://github.com/baseflow/flutter-permission-handler
4
- version : 12.0.13
4
+ version : 12.0.14
5
5
6
6
environment :
7
7
sdk : " >=2.15.0 <4.0.0"
Original file line number Diff line number Diff line change
1
+ ## 4.2.4
2
+
3
+ * Adds support for USE_FULL_SCREEN_INTENT permission check on Android 14+
4
+
1
5
## 4.2.3
2
6
3
7
* Fixes class name references in the API documentation.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A common platform interface for the permission_handler plugin.
3
3
homepage : https://github.com/baseflow/flutter-permission-handler/tree/master/permission_handler_platform_interface
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 4.2.3
6
+ version : 4.2.4
7
7
8
8
dependencies :
9
9
flutter :
You can’t perform that action at this time.
0 commit comments