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>