Answers for "no internet but connection flutter"

3

no internet connection in flutter release build

//Open the AndroidManifest.xml file located at ./android/app/src/main 
//and add the following line:
<manifest xmlns:android="...">
  <uses-permission android:name="android.permission.INTERNET"/>
</manifast>
Posted by: Guest on August-21-2021

Code answers related to "no internet but connection flutter"

Browse Popular Code Answers by Language