Run count up timer in background

Widgets & Design

Hey, somebody know about this?

I need to make a page in where can run a count up timer (page A), and then, if the user navigates to page B, then page C, and then "navigate back" or "navigate to" page A the timer needs to be running and show the time running.

What have you tried so far?

I have tried the timer widget with difference routes and pages, I tried with a component, but it didn't work, the timer reset by itself, and it needs to continue in background even if the user navigates to another page, in different words, that page always has to be showing the timer running if the user started it.

This work if the user navigates to page B and then navigates back to page A (the timer's page) this work and keep the timer running, but the user could navigate to page B, then page C, D..., the issue is when in this moment the user tries to navigate back or navigates directly to page A -- the timer reset.

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