0

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.

nerdy kid
  • 371
  • 1
  • 3
  • 14
  • is it show the image when you paste the image's url to browser? if it's not, then it will not display the image in your app – hoangquyy Sep 27 '19 at 02:51
  • It shows the image. then after a couple of seconds, the error shows in call stack. – nerdy kid Sep 27 '19 at 02:54
  • can i see your code? I think that the problem is how to pass your url to your NetworkImage but not NetworkImage error – hoangquyy Sep 27 '19 at 03:05

0 Answers0