awesome_circular_chart 1.1.0 awesome_circular_chart: ^1.1.0 copied to clipboard
Animated radial and pie charts for Flutter
[1.1.0] - 2024-05-31 #
- **Compatibility with Flutter 3.22.0. Adjusted Flutter SDK constraint to 3.22.0 and Dart SDK 3.4.0
[1.0.0] - 2021-11-10 #
- Breaking change. Fork to support null-safety.
[0.1.0] - 2018-08-30 #
- Breaking change. Adjusted Flutter SDK constraint to match beta (0.6.0).
[0.0.3] - 2018-05-09 #
- Added
edgeStyle
property andSegmentEdgeStyle
enum used to determine the strokeCap drawn for a chart's segments.
[0.0.2] - 2018-03-21 #
- Added
holeLabel
andlabelStyle
properties used to draw a label in the center of the radial chart.
[0.0.1] - 2017-11-03 #
- Animated pie and radial charts.