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.03k stars 846 forks source link

How to request location service? #963

Open bartekpacia opened 1 year ago

bartekpacia commented 1 year ago

🚀 Feature Requests

I'd like to be able to check if the location service is activated, and if it isn't, prompt the user to activate it.

See also:

Contextualize the feature

I'm using permission handler for all permission-related things in my app, but for this one thing (requesting the activation of location service), I have to depend on package:location. I'd this feature to be built-in into permission_handler.

Platforms affected (mark all that apply)

myselfuser1 commented 1 year ago

This might help https://www.youtube.com/watch?v=uMvGpBOT0ZY

JeroenWeener commented 10 months ago

We are currently working on a substantial refactor of the plugin. Amongst many other things, this will be available after the big update.

andiigtayma commented 4 months ago

Same issue here. Could you say when this update might be available? Thanks.