We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the process of changing from 0 to 9, 9 is exposed first.
The phenomenon was confirmed in version 1.4.0, This phenomenon did not occur in the previous 0.5.0 version.
Can you solve this problem?
[code] return SlideCountdown( duration: Duration(days: 1) );
return SlideCountdown( duration: Duration(days: 1) );
v1.4.0 - issue
v0.5.0
The text was updated successfully, but these errors were encountered:
Additionally, there is a problem when changing from '00' to '59'.
Sorry, something went wrong.
Thanks @Yongsoo2 for filling this issue! Seems the first digit lately trigger animation, I have fix this issue in 1.5.0.
No branches or pull requests
In the process of changing from 0 to 9, 9 is exposed first.
The phenomenon was confirmed in version 1.4.0,
This phenomenon did not occur in the previous 0.5.0 version.
Can you solve this problem?
[code]
return SlideCountdown( duration: Duration(days: 1) );
v1.4.0 - issue
Screen_Recording_20231208-111456_v1.4.0.mp4
v0.5.0
Screen_Recording_20231208-111002_v0.5.0.mp4
The text was updated successfully, but these errors were encountered: