flutter_resilience 1.0.0 copy "flutter_resilience: ^1.0.0" to clipboard
flutter_resilience: ^1.0.0 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.0 #

  • Initial release of flutter_resilience.
  • Support for RetryPolicy with Fixed, Exponential, and Jitter strategies.
  • CircuitBreaker implementation with Closed, Open, and Half-Open states.
  • TimeoutPolicy for enforcing execution limits.
  • ResilientClient for easy integration and fallback support.
  • ExecutionPipeline for policy composition.
  • Comprehensive unit tests and example app.
1
likes
0
points
223
downloads

Publisher

unverified uploader

Weekly Downloads

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, designed specifically for Flutter and Dart network stability.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async, flutter, http

More

Packages that depend on flutter_resilience