Flutter web问题:Failed to load network image

Flutter web 在浏览器中加载图片爆出异常,有点生气😠

======== Exception caught by image resource service ================================================
The following ImageCodecException was thrown resolving an image codec:
Failed to load network image.
Image URL: https://oss.zlbcw.com/product/pics/c9zbcqlfm6tm22iwwngz.png
Trying to load an image from another domain? Find answers at:
https://flutter.dev/docs/development/platform-integration/web-images

Flutter github有讨论
https://github.com/flutter/flutter/issues/73081

我的解决办法:
flutter build web --release --web-renderer html
flutter run --web-renderer html
flutter run -d chrome --web-renderer html

posted @ 2021-09-28 08:46  客舍青  阅读(1494)  评论(0)    收藏  举报