A circular progress indicator widget for Flutter, allowing you to create both loading indicators and static progress indicators with customizable styles.
- Create loading indicators or static progress indicators.
- Customize the appearance of the indicator, including color, size, stroke width, gradients, and more.
- Specify the direction of progress (clockwise or counter-clockwise).
- Supports tapping functionality with a callback function.
A repeating circular animation, can be used for indicating that a certain task is in process
A static animation that animates from 0 to given progressValue
once on every page rebuild. Ideal for showing current progress of a certain task