flutter_animated_circle library
A library that provides animated circle widgets for Flutter applications. Use this package to create beautiful animated circular components.
Classes
- AnimatedCircleView
- A widget that displays an animated circle with configurable appearance and behavior.
- AnimatedPieChartView
- A widget that displays an animated pie chart with configurable appearance and behavior.
- CirclePainter
- Custom painter that draws an animated circle or segmented circle.
- CirclePainterConfig
- Configuration class for the CirclePainter.
- CircleSegment
- Represents a segment of an animated circle with specific appearance properties. A segment is a portion of the circle with its own visual styling. Multiple segments can be combined to create multi-colored circle animations, such as progress indicators, pie charts, or donut charts.
- PieChartPainter
- Custom painter that draws an animated filled pie chart.
- PieChartPainterConfig
- Configuration class for the PieChartPainter.
- PieData
- Represents a data entry for a pie chart with value and appearance properties.