Answers for "flutter release no internet"

4

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

Browse Popular Code Answers by Language