-
Notifications
You must be signed in to change notification settings - Fork 254
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
Not working on Android #30
Comments
|
Seems to be related to flutter/flutter#27095 |
The logs can definitely be related to that. But I wouldn't be so sure that what is causing the logs is the same thing that is causing this issue. |
But I didn't receive any location update on android. It works well on iOS |
I'm sure there is a real issue, I'm just stating that it might not be related to the logs you are seeing. |
Does AndroidManifest.xml contains "< uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />" or "< uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />" ? Make sure you remove the space after < Maybe Android didn't ask your permission for location and you can't access it ? |
Thanks @Dixmis I'll check that. and will update here. |
Its working now. 😇. But it took some time while getting first location update. |
cannot receive any location updates on the android. Works fine in iOS
The text was updated successfully, but these errors were encountered: