Description
🚀 Feature Requests
Get the Geolocator.isLocationServiceEnabled() in the location modes, (High Precision, Battery Saver, Device Only).
Contextualize the feature
Android devices have location modes (High Precision, Battery Saver, Device Only), I know that the package has precision modes but not location modes.
Is it possible that in the future the location can be obtained by the different location mode?
Describe the feature
Greetings, I am currently using this excellent package, but in my application I launch a progress dialog in the event that the location service is not active. The Geolocator.isLocationServiceEnabled() throws me a true response if the service is active and in the same way if it is not active it throws the false one, but this only in Device Mode, if I change the location mode and disable the location service from the android box keeps throwing me a real one. I did not want to mark it as a problem because I think it is not a problem as such, thank you for offering this excellent package.
Platforms affected (mark all that apply)
- 📱 iOS
- 🤖 Android