appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

Countdown timer should provide the remaining time when requested. #145

Closed plato79 closed 11 months ago

plato79 commented 1 year ago

I think we need a function to get remaining time on an event ( dispose, onTick, ...? ) or maybe a hook like editcontrollers that stores the remaining time.

I'm building an app and I need the remaining time to save it for later when I dispose the screen.