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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM