Baseflow / flutter-permission-handler

Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
https://baseflow.com
MIT License
2.02k stars 836 forks source link

[iOS 14] Approximate location #558

Open renefloor opened 3 years ago

renefloor commented 3 years ago

🚀 Feature Requests

In iOS 14, when you prompt for location permissions, the user can toggle between Precise: On (precise location) and Precise: Off (approximate location). Precise location is the default. https://radar.io/blog/understanding-approximate-location-in-ios-14

Contextualize the feature

The permission for location should be adapted, it should not only give (not) allowed, but also whether you have precise location or not.

Related ticket: Baseflow/flutter-geolocator/issues/736

Platforms affected (mark all that apply)

JeroenWeener commented 1 year ago

This issue is the iOS counterpart of #559.