entronad / flutter_echarts

A Flutter widget to use Apache ECharts in a reactive way.

Home Page:https://pub.dev/packages/flutter_echarts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

安卓设备报错

seanLee opened this issue · comments

首先感谢作者的这个库,能完美实现前端的图表😂.
现在遇到一个问题, MIUI 13.0.14会报错:
"Uncaught ReferenceError: Messager is not defined", source: about:blank (51)

通过本地调试, 把..loadHtmlString(utf8.fuse(base64).decode(htmlBase64));这行代码移到注入Messager的代码行后,就正常了.