【发布时间】:2021-07-02 19:27:24
【问题描述】:
当我尝试使用以下语法在 Flutter Web 中显示网络图像时,没有显示图像:
NetworkImage(
'https://api.hsgmoto.com/api/images/product/catalog/IP-800208.png',
)
在移动设备上,相同的代码将显示图像。
【问题讨论】:
-
尝试使用以下命令运行项目“flutter run -d chrome --web-renderer html”
标签: image flutter web flutter-web