smladeoye / flutter-simple-timer

A Simple Flutter Timer Widget with various customizable features.
MIT License
19 stars 7 forks source link

Get Elapsed Time #11

Open vegeta-ssaiyan opened 3 years ago

vegeta-ssaiyan commented 3 years ago

If the timer is counting up, is there a way to get the elapsed time of the timer as the user leaves the page? bcos my timer stops when user navigates away instead of tapping a stop button.