Hi everyone!
I’m new to Flutter and FlutterFlow, and I’ve used other no-code/low-code platforms before. In those platforms, I often used a timer component to delay actions or trigger something after a set number of seconds.
Here’s what I’m trying to achieve in FlutterFlow:
When a button is clicked, I want to start a timer (e.g. 10 seconds).
After the timer ends, I want a specific action to run (like navigating to a page, updating a variable, showing a message, etc.).
Any step-by-step guide or example would be super helpful!