neat_periodic_task 2.0.1 neat_periodic_task: ^2.0.1 copied to clipboard
Auxiliary classes for reliably running a periodic task in a long-running process such as web-server.
v2.0.1 #
- Added
topics
topubspec.yaml
.
v2.0.0 #
- Migrated to null-safety!
v1.0.1 #
- Changed failure to write finished status into a warning. It's only a problem if it consistently occurs. It could happen if something else went wrong, hence, we classify it as a warning.
v1.0.0+2 #
- Relaxed dependency constraint on
json_annotation
to allow both version2.0.0
and3.0.0
.
v1.0.0+1 #
- Relaxed dependency constraints on
retry
to allow both2.x
and3.x
.
v1.0.0 #
- Initial release.