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.
- 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.