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

Added internet permissions for Android in AndroidManifest.xml file. #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RaghavTheGreat1
Copy link

According to the Networking section of original Flutter documentation, it has been clearly mentioned that <uses-permission android:name="android.permission.INTERNET" /> has to be added to the AndroidManifest.xml file so as to use the internet to fetch location data in an Android device.

  • Only applicable to Android platform; iOS doesn't require such additional step.

I think that might be the real reason why many students are not being able to test the release app of Clima on their Android device.

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

Successfully merging this pull request may close these issues.

None yet

1 participant