Skip to content

Releases: alexobviously/secretary

v1.0.1

26 May 02:25
Compare
Choose a tag to compare
Version 1.0.1

v1.0.0

24 May 12:15
Compare
Choose a tag to compare
  • Secretary.waitForEmpty(): wait for the task list to be empty. Useful for cases where a fixed number of tasks is added at once, and you just want to wait for all of them to finish.
  • Recurring tasks now emit a RecurringTaskFinishedEvent when they finish.
  • Upgraded SDK constraint to Dart 3.
  • Removed firstWhereOrNull extension in favour of Dart 3 firstOrNull.

v0.4.1

10 May 10:06
Compare
Choose a tag to compare

Linked/dependent tasks