diegoveloper / flutter_percent_indicator

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

Can't set percent #91

Closed amigax closed 3 years ago

amigax commented 3 years ago

Seems to be no way to set the percent after it's made insce percent is final.. how do we change the percent at runtime from code?

diegoveloper commented 3 years ago

widgets are inmutables, refresh the widget with a new value

amigax commented 3 years ago

oh yeah! thanks.