permission_handler_android 10.3.5 copy "permission_handler_android: ^10.3.5" to clipboard
permission_handler_android: ^10.3.5 copied to clipboard

unlisted

Permission plugin for Flutter. This plugin provides the Android API to request and check permissions.

10.3.5 #

  • Fixes a bug where Permission.ScheduleExactAlarm was not opening the settings screen.

10.3.4 #

  • Fixes a bug where the permission status would return 'permanently denied' instead of 'denied' when the user would dismiss the permission dialog.

10.3.3 #

  • Migrates the Gradle compile arguments to the example app, so they are not enforced upon consumers of the plugin.

10.3.2 #

  • Updates example app to show Permission.photos and hide Permission.bluetooth.

10.3.1 #

  • Fixes java.lang.IllegalStateException: Reply already submitted when checking status of Bluetooth service.

10.3.0 #

  • Adds support for the new Android 13 permission: BODY_SENSORS_BACKGROUND.

10.2.3 #

  • Fixes missing POST_NOTIFICATIONS permission in Android example project.

10.2.2 #

  • Fixes the SCHEDULE_EXACT_ALARM status check on Android 12 and 13.

10.2.1 #

  • Adds compatibility with Android Gradle Plugin 8.0.

10.2.0 #

  • Adds support for the new Android 13 permissions: SCHEDULE_EXACT_ALARM, READ_MEDIA_IMAGES, READ_MEDIA_VIDEO and READ_MEDIA_AUDIO

10.1.0 #

  • Adds support for the new Android 13 permission: NEARBY_WIFI_DEVICES.

10.0.0 #

  • BREAKING CHANGE: Updates Android compileSdkVersion to 33 to handle the new POST_NOTIFICATIONS permission.

When updating to version 10.0.0 make sure to update the android/app/build.gradle file and set the compileSdkVersion to 33.

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.
5
likes
0
pub points
96%
popularity

Publisher

verified publisherbaseflow.com

Permission plugin for Flutter. This plugin provides the Android API to request and check permissions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, permission_handler_platform_interface

More

Packages that depend on permission_handler_android