Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.23 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.23 KB

Circular Progress Indicator Widget

A circular progress indicator widget for Flutter, allowing you to create both loading indicators and static progress indicators with customizable styles.

Features

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

IndicatorType.loading

A repeating circular animation, can be used for indicating that a certain task is in process

loading_gif-ezgif com-optimize

IndicatorType.staticProgress

A static animation that animates from 0 to given progressValue once on every page rebuild. Ideal for showing current progress of a certain task

progress_gif-ezgif com-video-to-gif-converter

Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.