I build my app for android and iOS. So recently flutter run it on the web and all hell broke lose. The first run didn't even work.
Image.network() errorbuilder was throwing this error below:
Error message
ImageCodecException: Failed to load network image.
Image URL: https://images.igdb.com/igdb/image/upload/t_cover_big/ss6bi7081my4mzebjkzb.png
Trying to load an image from another…
I have been using flutter to build apps on and off for almost 2 years. This is one of the most frustrating errors I faced so far. I believe it might help some of you and save you time.
This occurred when to me when I am trying to run…