Baseflow / flutter-permission-plugins

This repo contains a collection of permission related Flutter plugins which can be used to request permissions to access device resources in a cross-platform way.
https://baseflow.com
MIT License
52 stars 33 forks source link

iOS "Ask Next Time" permission status return "unknown" #18

Closed rydrdev closed 5 years ago

rydrdev commented 5 years ago

I'm wondering how to identify this setting (when the user sets Location to "Ask Next Time"). It comes back as PermissionStatus.unknown - my assumption would have been that it would instead come back as PermissionStatus.restricted maybe?

rydrdev commented 5 years ago

disregard