为什么带有 gif 的 flutter html 渲染这么慢

时间:2021-03-02 15:34:29

标签: flutter

我使用 flutter html 组件来显示一些 html 内容,当 html 带有 gif 图像时,渲染性能的 fps 非常低。

enter image description here

滚动页面时,渲染一直卡住。我该怎么做才能解决它?这是我的代码:

if (item.content != "")
                Html(
                  data: item.content,
                  style: {
                    "body": Style(
                      fontSize: FontSize(19.0),
                    ),
                  },
                  onLinkTap: (url) => CommonUtils.launchUrl(url),
                ),

这是flutter_html dependency

flutter_html: 1.2.0

0 个答案:

没有答案