PackageTrack
Sign in Get early access

flutter_echarts

A data visualization charts library, based on Apache ECharts, able to build advanced charts like WebGL 3D, GIS map, etc.

2.5.0 2.5K downloads/mo #4959 most downloaded on pub.dev entronad/flutter_echarts

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Release timing varies

gaps range from 8 days to 13 months

Nearly every release is documented

notes for 31 of 33 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

33 releases · first in 2018

0 releases in the last 12 months

see the full history below

Release timeline

33 releases · Jul 2018 to Aug 2023
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 33
  1. 2.5.0 31 Aug 2023
    Release notes
    • Upgrade webview_flutter to 4.2.4
    • Upgrade Echarts to 5.4.3
    • Upgrade SDK to >=2.12.0 <4.0.0
    Open source →
    Release notes

    2023-08-31

    • Upgrade webview_flutter to 4.2.4
    • Upgrade Echarts to 5.4.3
    • Upgrade SDK to >=2.12.0 <4.0.0
    Open source →
  2. 2.4.0 13 Aug 2022
    Release notes
    • Upgrade webview_flutter to 3.0.4
    • Upgrade Echarts to 5.3.3
    • Set chart widget's background color to transparent, and remove workarounds.
    Open source →
    Release notes

    2022-08-13

    • Upgrade webview_flutter to 3.0.4
    • Upgrade Echarts to 5.3.3
    • Set chart widget's background color to transparent, and remove workarounds.
    Open source →
  3. 2.3.0 27 Oct 2021
    Release notes

    2021-10-27

    • Upgrade Echarts to 5.2.1
    Open source →
  4. 2.2.0 09 Aug 2021
    Release notes

    2021-08-09

    • Add onWebResourceError: https://github.com/entronad/flutter_echarts/pull/136
    Open source →
  5. 2.1.0 26 Apr 2021
    Release notes

    2021-04-26

    • Add reloadAfterInit : https://github.com/entronad/flutter_echarts/issues/124.
    • Fix ?? warning : https://github.com/entronad/flutter_echarts/issues/119.
    • Export controller in onLoad .
    Open source →
  6. 2.0.0 21 Mar 2021
    Release notes

    2021-03-21

    • Support Null Safety.
    • Upgrade to Echarts 5.
    Open source →
  7. 1.5.0 01 Dec 2020
    Release notes

    2020-12-01

    • Add captureHorizontalGestures and captureVerticalGestures.
    Open source →
  8. 1.4.0 28 Oct 2020
    Release notes

    2020-10-28

    • Update webview_flutter to version 1.0.5, witch has been out of developer preview.
    Open source →
  9. 1.3.6 17 Sep 2020
    Release notes

    2020-09-17

    • Update Apache ECharts (incubating) official name.
    Open source →
  10. 1.3.5 07 May 2020
    Release notes

    2020-05-07

    • Resolve the android clearCache issue.
    Open source →
  11. 1.3.4 07 May 2020
    Release notes

    2020-05-07

    • Remove reloading empty url when diposing.
    Open source →
  12. 1.3.3 03 May 2020
    Release notes

    2020-05-03

    • Fix the load null url issue.
    Open source →
  13. 1.3.2 25 Apr 2020
    Release notes

    2020-04-25

    • Add onLoad param.
    • Fix the memory leak on iOS.
    • Upgrade webview_flutter to 0.3.20.
    Open source →
  14. 1.3.1 25 Mar 2020
    Release notes

    2020-03-25

    • Fix the black blink when loaded on Android.
    Open source →
  15. 1.3.0 07 Mar 2020
    Release notes

    2020-03-07

    • Upgrade Echarts to version 4.7.0
    • Add the feature to set themes.
    Open source →
  16. 1.2.3 09 Feb 2020
    Release notes

    2020-02-09

    • Fix Echarts link in README.md.
    Open source →
  17. 1.2.2 09 Feb 2020
    Release notes

    2020-02-09

    • Fix the ios encoding bug of the optimization in 1.1.0 and re-implement it.
    Open source →
  18. 1.2.1 06 Feb 2020
    Release notes

    2020-02-06

    • Change const to var in script for low version ios systems. See https://github.com/entronad/flutter_echarts/issues/7 .
    Open source →
  19. 1.2.0 25 Jan 2020
    Release notes

    2020-01-25

    • Specify gestureRecognizers to handle gestures.
    • Add property captureAll gestures.
    Open source →
  20. 1.1.3 23 Jan 2020
    Release notes

    2020-01-23

    • Update description.
    Open source →
  21. 1.1.2 23 Jan 2020
    Release notes

    2020-01-23

    • Add html viewport meta to fix scale error in ios.
    Open source →
  22. 1.1.1 20 Jan 2020
    Release notes

    2020-01-20

    • Something is wrong with the ios, fallback to 1.0.6 temporarily.
    Open source →
  23. 1.1.0 15 Jan 2020
    Release notes

    2020-01-15

    • Change the way to load html and greatly optimize performance.
    Open source →
  24. 1.0.6 07 Jan 2020
    Release notes

    2020-01-07

    • Ignore pubspec.lock.
    • Migrate example android to X.
    Open source →
  25. 1.0.5 05 Jan 2020
    Release notes Open source →
  26. 1.0.4 01 Jan 2020
    Release notes

    2020-01-01

    • Fix README badge.
    Open source →
  27. 1.0.3 01 Jan 2020
    Release notes

    2020-01-01

    • Fix README.
    Open source →
  28. 1.0.2 01 Jan 2020
    Release notes

    2020-01-01

    • Update README.
    • Update license year.
    Open source →
  29. 1.0.1 24 Dec 2019
    Release notes

    2019-12-24

    • Add blog link and installing in README.
    Open source →
  30. 1.0.0 20 Dec 2019
    Release notes

    2019-12-20

    • First formal version.
    • Echarts version 4.5.0
    Open source →
  31. 0.1.0 18 Dec 2019
    Release notes

    2019-12-18

    • Initial beta version.
    Open source →
  32. 0.0.2 07 Dec 2019

    Nothing published for this version

  33. 0.0.1 05 Jul 2018

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive