fl_echarts 0.2.0 copy "fl_echarts: ^0.2.0" to clipboard
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 isSupported check 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.init received undefined chartDom; corrected to use the chart DOM element.
  • Fix resizeChart() calling chart.resize() instead of echart.resize().
  • Add didUpdateWidget — chart re-renders automatically when option changes; controller re-attaches on swap.
  • Fix showLoading JS string interpolation vulnerability (now uses jsonEncode).
  • Add timeout to waitForECharts polling loop to prevent infinite spin when asset fails.
  • Replace deprecated withOpacity with withValues(alpha:).
  • Relax SDK constraint from ^3.7.2 to ^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.
0
likes
140
points
165
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

ECharts visualization library for Flutter, supporting Android, iOS, macOS, and Windows via an embedded WebView.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, webview_flutter, webview_flutter_platform_interface, webview_windows

More

Packages that depend on fl_echarts