Skip to content

v2.0.0

Compare
Choose a tag to compare
@llucax llucax released this 24 May 21:29
· 24 commits to main since this release
44ca610

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

  • pub: Update version number by @llucax in #32
  • Add release checklist to docs and update changelog by @llucax in #33
  • Test against new dart 2.13 too by @llucax in #35
  • ci: Use new official Docker Hub Dart images by @llucax in #36
  • Fix check-dart action by @llucax in #37
  • check-dart: Allow running manually by @llucax in #38
  • Update dart version to the latest stable by @llucax in #39
  • Update example to use late by @llucax in #40
  • ci: Test against dart 2.14 too by @llucax in #41
  • Release v1.0.0+2 by @llucax in #42
  • Test against dart 2.15 and bump dependencies by @llucax in #43
  • Add support for Dart 2.16 by @llucax in #44
  • Test against Dart 2.17 by @llucax in #46
  • Support dart 2.18 by @llucax in #51
  • Update supported version to dart 2.19 by @llucax in #53
  • Update supported version to dart 3.0 by @llucax in #54

Full Changelog: v1.0.0...v2.0.0

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