flutter_circular_chart/CHANGELOG.md

24 lines
612 B
Markdown
Raw Permalink Normal View History

2021-03-08 23:32:10 +00:00
## [0.1.2] - 2021-03-08
* Readme update
2021-03-08 21:38:50 +00:00
## [0.1.1-2] - 2021-03-08
* small improvement
2021-03-08 17:56:35 +00:00
## [0.1.1-0] - 2021-03-08
2021-03-08 17:45:38 +00:00
* removed deprecated call on `AnimatedCircularChartState`
2018-08-29 22:49:26 +00:00
## [0.1.0] - 2018-08-30
* **Breaking change**. Adjusted Flutter SDK constraint to match beta (0.6.0).
2018-05-09 18:28:27 +00:00
## [0.0.3] - 2018-05-09
* Added `edgeStyle` property and `SegmentEdgeStyle` enum used to determine the
strokeCap drawn for a chart's segments.
2018-03-21 00:34:42 +00:00
## [0.0.2] - 2018-03-21
2017-11-02 23:48:58 +00:00
2018-03-21 00:34:42 +00:00
* Added `holeLabel` and `labelStyle` properties used to draw a label
in the center of the radial chart.
## [0.0.1] - 2017-11-03
* Animated pie and radial charts.