【问题标题】:image network flutter web图像网络扑web
【发布时间】:2021-07-02 19:27:24
【问题描述】:

当我尝试使用以下语法在 Flutter Web 中显示网络图像时,没有显示图像:

NetworkImage(
  'https://api.hsgmoto.com/api/images/product/catalog/IP-800208.png',
)

在移动设备上,相同的代码将显示图像。

【问题讨论】:

标签: image flutter web flutter-web


【解决方案1】:

我认为这是因为 CanvasKit。 您应该使用 HTML Web 渲染器运行

flutter run -d chrome --web-renderer html

或者查看下面的代码。

https://github.com/flutter/flutter/issues/49725#issuecomment-581052213

【讨论】:

    猜你喜欢
    • 2022-07-05
    • 2014-10-14
    • 2011-03-31
    • 2011-05-08
    • 2012-07-13
    • 1970-01-01
    • 2012-05-31
    • 2012-03-01
    • 1970-01-01
    相关资源
    最近更新 更多