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

milliseconds not working #11

Closed
DjamikTea opened this issue Aug 10, 2021 · 1 comment
Closed

milliseconds not working #11

DjamikTea opened this issue Aug 10, 2021 · 1 comment

Comments

@DjamikTea
Copy link

DjamikTea commented Aug 10, 2021

CustomTimer( from: Duration(milliseconds: 0), to: Duration(hours: 1), onBuildAction: CustomTimerAction.auto_start, builder: (CustomTimerRemainingTime remaining) { return Text( "${remaining.minutes}:${remaining.seconds}:${remaining.milliseconds} ", style: TextStyle(fontSize: 20.0), ); }, ),

2021-08-11.01.16.57.mov
@federicodesia
Copy link
Owner

Hello! sorry for the inactivity.
I have updated the package fixing several of the problems that had appeared.

Closing for now, but if the problem continues please let me know!
Thank you very much for helping to improve this package! 🚀

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