-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"location.getLocation()" sometimes doesn't work #949
Comments
(Android) when i use location.changeSettings(accuracy: LocationAccuracy.low); then its not working. Version Future<(bool, LocationData?)> permissionWithLoction(bool initState) async { bool serviceEnabled; try {
} catch (e) { |
Update: Version 6.0.2 |
@adiTzoref is 'precise location' turned off? Because that's an issue I noticed as well. I opened a PR for this. |
No. |
Having similar issues, also with precise location ON. Edit: Indeed it seems related to |
Describe the bug
Sometimes when running this code:
await location.getLocation();
It doesn't continue to the next line and not even caught in a catch block
And I don't see anything in the logs.
UPDATE:
It seems that sometimes the process just takes him so long for some reason.
Why is that?
Versions:
5.0.3
6.0.1
Tested on:
The text was updated successfully, but these errors were encountered: