pausable_timer 1.0.0+3 pausable_timer: ^1.0.0+3 copied to clipboard
A timer implementation that can be paused, resumed and reset.
1.0.0+3 #
- Update and test against Dart 2.15.
- Update dependencies.
1.0.0+2 #
- Improve CI of the project
- Update example to use
late
instead of an extra variable to avoid!
. - Update and test against Dart 2.14.
1.0.0+1 #
This is a symbolic release marking that this package is stable (it has been used for some time now without further issues) and there is no plan to change the API in a near future.
The code is exacly the same as in version v0.2.0+1.
1.0.0 #
Unpublished version due to errors in the release process.
0.2.0+1 #
- Fix minimum dart SDK version (use a final release, not a pre-release).
NOTE: Unless critical issues are found, this release will be released as 1.0.0 with no other changes since it has been pretty stable for a while now, and no API breaking changes are expected for a long while either.
0.2.0 #
- Bump dependencies.
NOTE: Due to a wrongly specified minimum dart SDK version, this version was never published in pub.dev.
0.2.0-nullsafety.0 #
-
Make package null-safe.
NOTE: This means the minimum supported Dart version has been bumped to 2.12.
0.1.0+2 #
- Add example implementing a pausable countdown.
0.1.0+1 #
- Add build status and sponsorship badges.
0.1.0 #
- Initial version.