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.
2.0.1 #
- Added
topicstopubspec.yaml.
2.0.0 #
- Migrated to null-safety!
1.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.
1.0.0+2 #
- Relaxed dependency constraint on
json_annotationto allow both version2.0.0and3.0.0.
1.0.0+1 #
- Relaxed dependency constraints on
retryto allow both2.xand3.x.
1.0.0 #
- Initial release.