-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can we restart the CountdownTimer #24
Comments
Update endTime.
|
Thanks now it's working. |
it's not working in Bottomsheet. I have checked the Get.bottomSheet(). and showModalBottomSheet(). |
May I have a look at your code?Minimum runnable code that does not work. |
@wuweijian1997 it cannot be restarted if it has ended, because it gets disposed, could we maybe add a property whether or not to dispose when it ends? that will allow us to restart the timer once it has ended (and yes dispose in that case should be manual). |
how can we restart the timer in between time counting? I mean is it possible to restart the timer.
The text was updated successfully, but these errors were encountered: