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.01k stars 822 forks source link

Check if precise location is enabled or not #1006

Open stefanschaller opened 1 year ago

stefanschaller commented 1 year ago

🚀 Feature Requests

It's possible since iOS 14 to set the position to precise or not. There is an option to do that on Android. Check the picture below:

ios-16-iphone-14-pro-settings-privacy-location-services-app-precise-location-on

Contextualize the feature

There is an option to check that in the geolocator package, but since it's a permission thing, I would expect it in this package too.

Platforms affected (mark all that apply)

chris-wickens commented 6 months ago

Related tickets: https://github.com/Baseflow/flutter-permission-handler/issues/559 https://github.com/Baseflow/flutter-permission-handler/issues/558