flutter_resilience 1.0.1
flutter_resilience: ^1.0.1 copied to clipboard
A production-ready Flutter/Dart package for network resilience. Implements automatic API retry, exponential backoff, circuit breaker, timeout handling, and request fallback logic. Inspired by Polly, d [...]
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.