diegoveloper / flutter_percent_indicator

Flutter percent indicator library
BSD 2-Clause "Simplified" License
677 stars 206 forks source link

Disable initial animation #199

Open Erfa opened 1 year ago

Erfa commented 1 year ago

Hello! Right now when I use my indicator with animation: true and animateFromLastPercent: true it looks great when I change the percentage values.

But when the widget first appears, it animates from 0 to whatever the initial percentage is. That can look good for some indicators, but in my UI it looks a bit misleading. Is there a way to disable this initial animation from zero? I did not find anything that could.