flutter_echarts icon indicating copy to clipboard operation
flutter_echarts copied to clipboard

flutter_echarts not support for webapp

Open haowg opened this issue 5 years ago • 4 comments

flutter_echarts not support for web

haowg avatar Aug 29 '20 04:08 haowg

Still waiting for this

gdhananjay avatar Oct 08 '21 12:10 gdhananjay

We recommand the Flutter charting library Graphic as alternative. It uses pure dart painting so mobile, web, desktop are all supported

entronad avatar Oct 27 '21 15:10 entronad

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”。

参考如下:

  1. webviewx:rich 版本,支持了 eval javascript 相关接口。https://github.com/adrianflutur/webviewx
  2. easy_web_view:功能比较简单。https://github.com/rodydavis/easy_web_view

个人感觉 webviewx 可以直接使用?

w-rui avatar Nov 01 '21 04:11 w-rui

flutter_echarts not support for web

support web with webviewx:

https://github.com/entronad/flutter_echarts/pull/146

w-rui avatar Dec 07 '21 06:12 w-rui