permission_handler_apple 9.0.6
permission_handler_apple: ^9.0.6 copied to clipboard
Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions.
9.0.6 #
- Prevent appearing popup that asks to turn on Bluetooth on iOS
9.0.5 #
- Added new Android 13 NEARBY_WIFI_DEVICES permission to PermissionHandlerEnums.h
9.0.4 #
- Add flag inside
UserDefaultsto save whether locationAlways has already been requested and prevent further requests, which would be left unanswered by the system.
9.0.3 #
- Ensures a request for
locationAlwayspermission returns a result unblocking the permission request and preventing theERROR_ALREADY_REQUESTING_PERMISSIONSerror for subsequent permission request.
9.0.2 #
- Moves Apple implementation into its own package.