Whenever I try to do an http call after about 20 seconds I get in the console the following error:
E/flutter ( 8274): [ERROR:flutter/shell/common/shell.cc(1
Try adding <uses-permission android:name="android.permission.INTERNET" />
to your AndroidManifest.xml
file.
Check if you have enabled offline work in the gradle settings. File-> Settings -> Build -> Build Tools -> Offline work
If its enabled or checked then uncheck it.