Progressbar not animating/refreshing

Widgets & Design

I made a custom dialog with a countdown timer that feeds a progressbar.

So an action triggers the custom dialog to appear, the timer works perfectly but the progressbar doesn't animate. It initializes with the whole bar filled up and doesn't change.

If I click on it, it will update the progressbar to the value it was on the time of clicking, however it only happens once and further clicks won't refresh the progressbar again.

I clicked when it was at 3 seconds out of 15 seconds total, so the bar only shows that point.

What have you tried so far?

Thought it could be a component or custom dialog issue, so I tried it with a page instead and that doesn't seem to be the problem, it doesn't animate either.

It also seems to be very possible since there is a video tutorial on youtube with this exact example, but I just can't reproduce it, the progressbar doesn't refresh.

https://youtu.be/kNsUt7Q0-CM

Did you check FlutterFlow's Documentation for this topic?
Yes
2