fl_echarts 0.2.0
fl_echarts: ^0.2.0 copied to clipboard
ECharts visualization library for Flutter, supporting Android, iOS, macOS, and Windows via an embedded WebView.
0.2.0 #
- BREAKING: Removed web support due to platform limitations.
- Improved error handling for unsupported platforms.
- Updated
isSupportedcheck to exclude web.
0.1.1 #
- Segregate platform implementations to improve package analysis score.
- Fix pubspec.yaml documentation links.
- Update example dependency to current version.
0.1.0 #
- Add macOS support (via
webview_flutter). - Fix critical bug:
echarts.initreceived undefinedchartDom; corrected to use thechartDOM element. - Fix
resizeChart()callingchart.resize()instead ofechart.resize(). - Add
didUpdateWidget— chart re-renders automatically whenoptionchanges; controller re-attaches on swap. - Fix
showLoadingJS string interpolation vulnerability (now usesjsonEncode). - Add timeout to
waitForEChartspolling loop to prevent infinite spin when asset fails. - Replace deprecated
withOpacitywithwithValues(alpha:). - Relax SDK constraint from
^3.7.2to^3.0.0. - Bump Flutter minimum to
>=3.10.0. - Write complete README with usage examples.
0.0.1 #
- Initial release with Android, iOS, and Windows support.