Releases: alexobviously/secretary
Releases · alexobviously/secretary
v1.0.1
v1.0.0
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 3firstOrNull
.
v0.4.1
Linked/dependent tasks