pausable_timer 3.1.0+3 pausable_timer: ^3.1.0+3 copied to clipboard
A timer implementation that can be paused, resumed and reset.
3.1.0+3 #
- Fix README.md reference to
yaml
file
3.1.0+2 #
- Update README.md countdown example to use
PausableTimer.periodic
- Rename
.yml
files to.yaml
, which is the recommended extension - Use single quote in
wip.yaml
so that backticks won't expand to commands
3.1.0+1 #
- Automate pub.dev publishing with GitHub Actions
3.1.0 #
- Provide
.periodic
constructor (#45)- A periodic timer should behave similar to Timer.periodic
3.0.0 #
- BREAKING:
PausableTimer
is nowfinal
- Minor cleanups and fixes in documentations and tests
2.0.0+1 #
- Update and test against Dart 3.1.
2.0.0 #
- Update and test against Dart 3.0.
- Bump dependencies and configuration to work with Dart 3.0.
- Because of the above, drop support for Dart 2.x.
NOTE: If you need to use Dart 2.x you can stick to the 1.x branch series. Even more, those releases seem to be forward-compatible with Dart 3.0, so upgrading should only be necessary if you also need to bump other dependencies.
WANTED: It's been almost 2 years since the last time I used Dart or Flutter, and while I enjoy maintaining open source projects, it is becoming more and more difficult to keep up to date with changes in Dart and maintaining this project, so I'm looking for a maintainer willing to take over this project to ensure its health in the future. Please get in touch if you are interested.
1.0.0+7 #
- Update and test against Dart 2.19.
1.0.0+6 #
- Add funding link to
pubspec.yaml
. - Update and test against Dart 2.18.
1.0.0+5 #
- Update and test against Dart 2.17.
1.0.0+4 #
- Update and test against Dart 2.16.
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.