permission_handler_apple 9.0.4 permission_handler_apple: ^9.0.4 copied to clipboard
Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions.
9.0.4 #
- Add flag inside
UserDefaults
to 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
locationAlways
permission returns a result unblocking the permission request and preventing theERROR_ALREADY_REQUESTING_PERMISSIONS
error for subsequent permission request.
9.0.2 #
- Moves Apple implementation into its own package.