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