File tree Expand file tree Collapse file tree
permission_handler_android
permission_handler_platform_interface Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : permission_handler_android
22description : Permission plugin for Flutter. This plugin provides the Android API to request and check permissions.
33homepage : https://github.com/baseflow/flutter-permission-handler
4- version : 12.0.13
4+ version : 12.0.14
55
66environment :
77 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+
15## 4.2.3
26
37* 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.
33homepage : https://github.com/baseflow/flutter-permission-handler/tree/master/permission_handler_platform_interface
44# NOTE: We strongly prefer non-breaking changes, even at the expense of a
55# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6- version : 4.2.3
6+ version : 4.2.4
77
88dependencies :
99 flutter :
You can’t perform that action at this time.
0 commit comments