hnvn / flutter_shimmer

A package provides an easy way to add shimmer effect in Flutter project
BSD 3-Clause "New" or "Revised" License
1.77k stars 200 forks source link

[BUG] period changed not apply when setState #65

Closed duonglongsa closed 1 year ago

duonglongsa commented 1 year ago

I want to change Shimmer period during runtime but it didn't work.

duonglongsa commented 1 year ago

Found that AnimationController duration only set when initState. Changing duration in didUpdateWidget will do the trick!

hnvn commented 1 year ago

It's not a bug, it works as expected, the period duration of the animation should be set from the beginning only.