I just started to code with Dart and Flutter a few days back.
So far I mostly used the Android Emulator for testing my Apps. Today I created a .apk to test it but the network images dont load.
Does anyone have an idea why thats so?
I just started to code with Dart and Flutter a few days back.
So far I mostly used the Android Emulator for testing my Apps. Today I created a .apk to test it but the network images dont load.
Does anyone have an idea why thats so?
Try below line of codes hope its help to you
Add below line in
project_name/android/app/src/main/AndroidManifest.xml
above<application>
tagand
if you display this images on web
try to run below command for running the projecttry to run below command for build the web app