flutter-permission-handler
flutter-permission-handler copied to clipboard
How to request location service?
🚀 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:
- requestService() function in package:location
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)
- [x] :iphone: iOS
- [x] :robot: Android
This might help https://www.youtube.com/watch?v=uMvGpBOT0ZY
We are currently working on a substantial refactor of the plugin. Amongst many other things, this will be available after the big update.
Same issue here. Could you say when this update might be available? Thanks.