We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145287a commit 8a41431Copy full SHA for 8a41431
permission_handler_android/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 12.0.14
2
+
3
+* fix: Resolve `PermissionRequestInProgressException` when app is relaunched with non-standard launchMode.
4
5
## 12.0.13
6
7
* Updates the Android min SDK to 19 (from 16).
permission_handler_android/pubspec.yaml
@@ -1,7 +1,7 @@
name: permission_handler_android
description: Permission plugin for Flutter. This plugin provides the Android API to request and check permissions.
homepage: https://github.com/baseflow/flutter-permission-handler
-version: 12.0.13
+version: 12.0.14
environment:
sdk: ">=2.15.0 <4.0.0"
0 commit comments