I am running my application on Android emulator.
I verified the emulator itself has internet connection. I could browse via Google Chrome. 2 months ago everything worked as expected, and I didn't touch the code. Suddenly, when I run it I have no internet access via the application.
What I did:
- I verified I have the internet permission:
<uses-permission android:name="android.permission.INTERNET"/>in:android/app/src/[main|debug|profile]/AndroidManifest.xml. flutter doctor- everything is fine.
Any advice? observe? I cannot understand why would I lost the internet connectivity