flutter_echarts not support for webapp
flutter_echarts not support for web
Still waiting for this
We recommand the Flutter charting library Graphic as alternative. It uses pure dart painting so mobile, web, desktop are all supported
We recommand the Flutter charting library Graphic as alternative. It uses pure dart painting so mobile, web, desktop are all supported
用 echarts 更方便已有项目功能完善,如果能够支持 web 就不需要为 web 平台更换组件了(而且目前有些图表暂未找到良好的替代)。 了解到作者之前提过几次,由于基于 webview,所以目前只支持 mobile。我找了一下,也发现了一些 webview + iframe 的组合封装,从而实现不同平台统一接口的 “webview”。
参考如下:
- webviewx:rich 版本,支持了 eval javascript 相关接口。https://github.com/adrianflutur/webviewx
- easy_web_view:功能比较简单。https://github.com/rodydavis/easy_web_view
个人感觉 webviewx 可以直接使用?
flutter_echarts not support for web
support web with webviewx:
https://github.com/entronad/flutter_echarts/pull/146