You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
you start the timer countdown with expectedTime 1 minute
you send the app to background
after the 1 minute, a new timer countdown should start with expectedTime 2 minutes
the TimerCountdown widget gets blocked/stuck on 0 0 or another weird state, because it doesn't get updated and restarted with the new expectedTime
Describe the solution you'd like
There are multiple solutions to this problem/improvement. Exposing the key on TimerCountdown would be just one of them or this situation could be handled in the TimerCountdown lifecycle.
The text was updated successfully, but these errors were encountered:
Plugin name
Appinio flutter timer countdown
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
There are multiple solutions to this problem/improvement. Exposing the key on TimerCountdown would be just one of them or this situation could be handled in the TimerCountdown lifecycle.
The text was updated successfully, but these errors were encountered: