pausable_timer

A Dart timer that can be paused, resumed and reset.

BSD-3-CLAUSE License

Stars
29

Bot releases are visible (Hide)

pausable_timer - v3.1.0 Latest Release

Published by mateusfccp 12 months ago

What's Changed

  • Implement PausableTimer.periodic (fixes #45)

Full Changelog: https://github.com/llucax/pausable_timer/compare/v3.0.0...v3.1.0

pausable_timer - v3.0.0

Published by mateusfccp 12 months ago

What's Changed

  • Tighten API by making PausableTimer a final class
  • Some small cleanups in tests and documentation

Full Changelog: https://github.com/llucax/pausable_timer/compare/v2.0.0+1...v3.0.0

pausable_timer - v2.0.0+1

Published by llucax about 1 year ago

What's Changed

Full Changelog: https://github.com/llucax/pausable_timer/compare/v2.0.0...v2.0.0+1

pausable_timer - v2.0.0

Published by llucax over 1 year ago

2.0.0

Summary

  • 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.

New maintainer 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.

What's Changed

Full Changelog: https://github.com/llucax/pausable_timer/compare/v1.0.0...v2.0.0

Milestone: https://github.com/llucax/pausable_timer/milestone/13?closed=1

pausable_timer -

Published by llucax over 1 year ago

Update supported version to dart 2.19 (#53)

pausable_timer -

Published by llucax about 2 years ago

  • Add funding link to pubspec.yaml.
  • Update and test against Dart 2.18.
pausable_timer - v1.0.0+5

Published by llucax over 2 years ago

Update and test against Dart 2.17.

pausable_timer -

Published by llucax over 2 years ago

  • Update and test against Dart 2.16.

More details available in
GitHub
.

pausable_timer - 1.0.0+3

Published by llucax almost 3 years ago

1.0.0+3

  • Update and test against Dart 2.15.
  • Update dependencies.

More details available in GitHub.

pausable_timer - v1.0.0+2

Published by llucax about 3 years ago

  • Improve CI of the project
  • Update example to use late instead of an extra variable to avoid !.
  • Update and test against Dart 2.14.

More details available at: https://github.com/llucax/pausable_timer/milestone/7?closed=1.

pausable_timer - v1.0.0+1

Published by llucax over 3 years ago

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 exactly the same as in version v0.2.0+1.

pausable_timer - v0.2.0+1

Published by llucax over 3 years ago

Changelog

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.

pausable_timer - v0.2.0

Published by llucax over 3 years ago

Changelog

  • Bump dependencies.

NOTE: Due to a wrongly specified minimum dart SDK version, this version was
never published in pub.dev.

pausable_timer -

Published by llucax almost 4 years ago

  • Make package null-safe.

    NOTE: This means the minimum supported Dart version has been bumped to 2.12.

pausable_timer -

Published by llucax almost 4 years ago

Changelog

  • Add example implementing a pausable countdown.
pausable_timer -

Published by llucax almost 4 years ago

Changelog

  • Add build status and sponsorship badges.
pausable_timer -

Published by llucax about 4 years ago

Changelog

  • Initial release.