flutter_resilience 1.0.2
flutter_resilience: ^1.0.2 copied to clipboard
A production-ready Flutter/Dart package for network resilience.
1.0.2 #
- Update README
1.0.1 #
- Updated README with better status badges.
- Improved metadata for search visibility.
- Fixed minor analysis warnings.
1.0.0 #
- Initial release of
flutter_resilience. - Support for
RetryPolicywith Fixed, Exponential, and Jitter strategies. CircuitBreakerimplementation with Closed, Open, and Half-Open states.TimeoutPolicyfor enforcing execution limits.ResilientClientfor easy integration and fallback support.ExecutionPipelinefor policy composition.- Comprehensive unit tests and example app.