-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
When I run the timer, an unknown number appears and then disappears. #53
Comments
Using version 1.2.2 fixed the unknown numbers, thank you. But when the first number is sliding, the animation is not playing. |
@synstin checkout the lastest version, i have refacor the |
@farhanfadila1717
And slideAnimationDuration option and the curve option are gone. |
@synstin whoop it's seems i forgot check the widget still mounted or disposed. i've tried to fix this, checkout the latest version. thanks for using and reporting issue in my OS, i really appreciate it 🍻 |
@farhanfadila1717 |
@synstin yes it's true, i decided to remove |
@farhanfadila1717 I want to customize the sliding speed and animation. |
@farhanfadila1717 Are there any plans to add custom animation and duration? It would be great if it was added. thank you |
Hi @synstin sorry for late reply, now you can custom slide animation duration. Please check out slide_countdown 2.0.1-dev+1 |
@farhanfadila1717 Thank you, but is it possible to change the animation curves? I was able to in the previous version. I'm currently using it as Curves.easeOutQuad, which looks much better than the default linear effect. I can't seem to get back to the default setting. |
@farhanfadila1717 |
@synstin I have fixed it and published it in the latest dev version. checkout https://pub.dev/packages/slide_countdown/versions/2.0.1-dev+2 |
I set it up so that a 5 second timer starts when the button is clicked.
In version 1.2.1, when I click the button, an unknown number, 93, appears and then disappears.
In the 0.6.0 version, that number does not appear.
I didn't put anything in there except the duration property.
[0.6.0]
https://github.com/farhanfadila1717/slide_countdown/assets/106897491/784531dd-3495-4947-ac2b-9bd88db9184d
[1.2.1 - bug]
https://github.com/farhanfadila1717/slide_countdown/assets/106897491/7d194638-adbb-476e-8362-495e3731b84d
The text was updated successfully, but these errors were encountered: