Timer not dynamically updating

Actions & Logic

I'm building an asthma app in FlutterFlow where users complete breathing exercises with alternating Hold and Rest phases. The timer works initially, but when it reaches 0, it doesn’t restart for the next phase.

What have you tried so far?

I've tried having a single timer that is set to a time on page load, then when the timer ends it takes on the value of another variable, resets and goes again repeating a certain number of times. I also tried having multiple timers that had similar functionality, but they would be conditionally visible based on a separate variable. Neither approach worked.

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