Skip to content
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

If the countdown timer is stopped when it has reached zero seconds and event onFinished has not yet been executed. #30

Closed
MarcusGalli opened this issue Dec 8, 2021 · 2 comments

Comments

@MarcusGalli
Copy link
Contributor

In this case, the counter is frozen because it does not resume its execution, even when the controler executes the resume method. As a result, the onFinished event is never executed.
Following the logic of the flow of actions. We can say that in this scenario, the user stopped the counter before it was finished. And if it is reactivated through the Resume method, we must only run the event onFinished method, and this must be done only once.

@WiRight
Copy link
Member

WiRight commented Dec 9, 2021

I think it may be closed cause i merged pr

the new version will be uploaded later

@WiRight WiRight closed this as completed Dec 9, 2021
@WiRight
Copy link
Member

WiRight commented Dec 12, 2021

New version published

2.2.1 https://pub.dev/packages/timer_count_down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants