diegoveloper / flutter_percent_indicator

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

LinearPersentIndicator Animation setState #118

Closed Akisan98 closed 3 years ago

Akisan98 commented 3 years ago

If you already have a LinearPersentIndicator on say 50% and update the underlaying value to say 80%, then animation goes from 0-80, instead of 50-80. Any chance of fixing it?

Akisan98 commented 3 years ago

Looking through the code i found animateFromLastPercent, great work on this!