flutter_circle_chart library

Classes

CircleChart
Help you create a Circle Chart that is used to display some kinds of reports.
CircleChartItemData
The data is used to draw the CircleChart Each item has CircleChartItemData.value and the CircleChart will calculate total value itself and display as a label.

Enums

CircleChartType
Drawing types of CircleChart CircleChartType.solid draws items in solid colors. CircleChartType.gradient draws items in gradients from their CircleChartItemData.color darker to their origin color. CircleChartType.bracelet like as gradient, but it come from the center, make the chart like a bracelet. CircleChartType.dots draws items in dots with their CircleChartItemData.color.