【发布时间】:2021-05-09 15:50:26
【问题描述】:
我正在使用 FadeInImage 小部件从网络加载图像
当页面在开发者控制台的移动视图中刷新时,图像加载正常,但在全视图中它给了我一个异常
The following ImageCodecException was thrown resolving an image codec:
Failed to load network image.
Image URL: https://api.gogoz.in/static/img/FF000001FV0000007.jpg
Trying to load an image from another domain? Find answers at:
https://flutter.dev/docs/development/platform-integration/web-images
When the exception was thrown, this was the stack:
...
Image provider: NetworkImage("https://api.gogoz.in/static/img/FF000001FV0000007.jpg", scale: 1)
Image key: NetworkImage("https://api.gogoz.in/static/img/FF000001FV0000007.jpg", scale: 1)
【问题讨论】:
标签: image flutter widget flutter-web