radar_chart 2.1.0
radar_chart: ^2.1.0 copied to clipboard
A flexible Flutter radar/spider chart with super powers. Colors and Sizes are customizable.
2.1.0 October 11th, 2021 #
- Fix: drawing center in the center instead of the origin when using vertices.
- refactor: RadarData is a mixin instead of a value object.
2.0.1 March 23rd, 2021 #
- Fix radial lines
2.0.0 March 23rd, 2021 #
- Migration to null-safety
1.1.0 December 17th, 2019 #
- Refactoring RadarChart.of(context).
- Creating RadarData and RadarChartNotFoundError.
1.0.1 August 14th, 2019 #
- Clockwise painting fixed.
1.0.0 August 14th, 2019 #
- RadarChat and RadarTile support vertices widgets.
0.6.0 August 10th, 2019 #
- Adding documentation
- Improving examples
0.4.0 August 7th, 2019 #
- RadarChart and RadarTile
- Example