permission_handler_android 10.2.0 permission_handler_android: ^10.2.0 copied to clipboard
Permission plugin for Flutter. This plugin provides the Android API to request and check permissions.
10.2.0 #
- Added support for the new Android 13 permissions: SCHEDULE_EXACT_ALARM, READ_MEDIA_IMAGES, READ_MEDIA_VIDEO and READ_MEDIA_AUDIO
10.1.0 #
- Added support for the new Android 13 permission: NEARBY_WIFI_DEVICES.
10.0.0 #
- BREAKING CHANGE: Updated Android
compileSdkVersion
to33
to handle the newPOST_NOTIFICATIONS
permission.
When updating to version 10.0.0 make sure to update the
android/app/build.gradle
file and set thecompileSdkVersion
to33
.
9.0.2+1 #
- Undoes PR #765 which by mistake requests write_external_storage permission based on the target SDK instead of the actual SDK of the Android device.
9.0.2 #
- Moves Android implementation into its own package.