I have a screen with a button called 'Enviar', but I would like that when this button is pressed, it takes me to another screen where there will be a timer. The timer will have a duration of 59 seconds. I want this timer to start when the 'Enviar' button is pressed, meaning when the new screen is displayed. The timer will start with a countdown, and when it reaches zero, on this new screen, it will show me a new button called 'Enviar de Nuevo'. I want this new button to be displayed on top of the timer. I have been looking for tutorials on how to do this, but I have not found any. It is worth noting that I am new to using FlutterFlow. Please help me.
Implementing a Countdown Timer in FlutterFlow to show a Button
Widgets & Design
I've managed to make the 'Enviar' button take me to the new view when pressed. However, I'm unsure how to initialize the timer so that when the countdown reaches zero, a new button called 'Enviar de nuevo' appears. Could you help me figure out this issue?
No
2
1 reply