-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Patch 2.0.0 #10
base: main
Are you sure you want to change the base?
Patch 2.0.0 #10
Conversation
@jay-jay-lama |
Hello
completion binding also MTimer itself is
If you want to cancel the timer - just use the
|
@jay-jay-lama P.S: Maybe in a simple Timer app what you are saying about skip and cancel is ok but not in other use cases |
@amirsaam Hm. I see what you are talking about. I think that you can use a The timer properties in such case will have next values: If timer is paused you can see that time is not expired. It also has separate status. |
@jay-jay-lama P.S: I do understand that I can use the cancel function, but I also think an extra status as skipped may help lot of people like me using this package, cancel should not be removed, if we cannot add an extra status we should mark skip as cancelled |
Hello, @amirsaam.
Let me clarify. The timer has specific functions:
I understand your needs, but this is more about specific logic. As a solution, you could manage these actions within your app or fork the library to customize it for your needs. |
@jay-jay-lama |
Hey @amirsaam, In that case I would recommend you to choose another package that better fit your needs. Best regards, |
feat:
refactor: