chart_sparkline 1.0.16 chart_sparkline: ^1.0.16 copied to clipboard
Beautiful sparkline charts for Flutter.Average line, highest and lowest value.
[1.0.16]- 2024-08-27 #
- Add xLabels
- Add xLabelsStyle
- Add xValueShow
- Add gridLineLabelStyle
- Add gridLineLabelFixed
- Add gridLinelabelSuffix
- Add averageLineColor
- Add pointsShape
- Add animation line
- Deprecated gridLineLabelColor, Use gridLineLabelStyle instead.
- Deprecated enableGridLines, Use gridLinesEnable instead.
- Update example and README
[1.0.15] - 2024-01-17 #
[1.0.14] - 2023-10-7 #
- Upgrade flutter SDK 4.0.0
[1.0.12] - 2022-11-29 #
- Add gridLinelabel callback This callback allows to change grid line labels, it takes the grid line value and returns a string
[1.0.11] - 2022-05-21 #
- Fix bug.
[1.0.9] - 2022-02-11 #
- remove foundation.dart
[1.0.8] - 2021-12-1 #
- Fix label typo. @michalsrutek
[1.0.7] - 2021-11-13 #
- Fix fillMode Bug. @Gagan5278
[1.0.5] - 2021-05-18 #
- Fix bug
[1.0.4] - 2021-05-17 #
- Update example
- Add backgroudColor
[1.0.3] - 2021-05-09 #
- Add average label set
[1.0.2] - 2021-05-09 #
- Average label rounded
- Optimization displayed when only max and min
[1.0.1] - 2021-05-08 #
- Allow data as can be empty
[1.0.0] - 2021-05-08 #
- Support nullsafety
- Add average
- Add first, last, highest and the lowest
[0.1.0] - 2018-09-04 #
- Jump to version 2 of the dart sdk
[0.0.4] - 2018-04-27 #
- Add lineGradient and fillGradient options.
[0.0.3] - 2018-04-17 #
- Add basic example
[0.0.2] - 2018-04-16 #
- Fix readme screenshots for pub.
[0.0.1] - 2018-04-16 #
- Customizable fillMode and fillColor.
- Cuztomizable pointsMode, pointSize, and pointColor.
- Customizable lineWidth and lineColor.
- Basic Sparkline.