Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.0.0 source code.tar.gz | 2025-05-08 | 27.0 MB | |
1.0.0 source code.zip | 2025-05-08 | 27.2 MB | |
README.md | 2025-05-08 | 1.4 kB | |
Totals: 3 Items | 54.3 MB | 0 |
1.0.0
-
FEATURE (by @imaNNeo) Implement a new chart type called CandlestickChart. You can take a look at the documentation here. And I just implemented a basic example to show the Bitcoin price in 2024, you can take a look at it in our sample app here. [#433], [#1143]
-
BREAKING (by @imaNNeo) Remove the deprecated
tooltipRoundedRadius
property -> you should usetooltipBorderRadius
instead. - BUGFIX (by @imaNNeo) Fix the BarChartData mismatch issue when changing the data, [#1911]
- FEATURE (by @frybitsinc) Add fillGradient property in RadarDataSet
- BREAKING (by @imaNNeo) Upgrade the min flutter version to
3.27.4
. So please make sure that your project is not using an old flutter version, [#1846] - IMPORTANT (by @imaNNeo) You can read more about this release and the history of fl_chart here in my blog post