Nulllix / simple_circular_progress_bar

Open source Flutter package, simple circular progress bar.
https://pub.dev/packages/simple_circular_progress_bar
MIT License
15 stars 11 forks source link

Manual start pause and end #10

Closed Zvirtuey closed 8 months ago

Zvirtuey commented 1 year ago

Can it support manual start, pause, continue, and end.

Nulllix commented 1 year ago

If I understand you correctly... you can control the state of the progress bar by set a value in the valueNotifier. After set a new value the progress bar will start moving and will stop when it reaches the set value. To continue, set the next value. You can control the progress bar in this way.