So what I'm doing is I'm fetching data from an API and it provides an array with the image path in it.
I'm using NetworkImage
to show the image.
It looks like this:
FadeInImage(
image: NetworkImage(
'https://sampleonly.com/storage/images/posts/image/20190918UTC054308606.jpg'
)
)
EDIT
If I use a static url (I copied the imagepath of the first index) to replace all images, the error doesn't show.