async_event_loader 0.0.2
async_event_loader: ^0.0.2 copied to clipboard
A Dart package for managing and processing asynchronous events sequentially with support for retry logic, error handling, timeout management, and real-time status tracking.
0.0.2 #
- Fix: Events no longer get stuck after reset and restart -
run()now properly resumes subscription if paused - Fix: Pause/Resume button in example app now correctly shows "Resume" when paused and "Pause" when running
- Documentation: Comprehensive README with code examples and API reference
0.0.1+1 #
- Update platform info
0.0.1 #
- Initial version.