diegoveloper / flutter_percent_indicator

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

How to stop animation when I was started animation before in LinearPercentIndicator. #97

Closed vientn1998 closed 3 years ago

vientn1998 commented 3 years ago

Hi @diegoveloper, I want stop animation but still keep current value in LinearPercentIndicator. I have check conditions to stop, but it's not still working. Screen Shot 2020-12-16 at 16 22 51

diegoveloper commented 3 years ago

Hey I added some changes into master, could you try pointing directly to my repo in your pubspec.yam ?, notice that you can't reactive the animation since this widget wasn't designed for this behavior. Anyways Pull requests are welcome.

In master the SampleLinearPage is updated.