Skip to content
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

No geolocator permissions hint #12

Open
roboli opened this issue Jan 20, 2022 · 2 comments
Open

No geolocator permissions hint #12

roboli opened this issue Jan 20, 2022 · 2 comments

Comments

@roboli
Copy link

roboli commented Jan 20, 2022

I had to look up answer myself. Added these lines to android/app/src/debug/AndroidManifest.xml:

    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
@shruthis-shetty
Copy link

Hi @roboli , can you elaborate more on the issue?

Please let us know what exactly the problem is.

@roboli
Copy link
Author

roboli commented Jan 25, 2022

Hi @roboli , can you elaborate more on the issue?

Please let us know what exactly the problem is.

I was getting this error when running the geolocator example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants