flutter_resilience 1.0.1 copy "flutter_resilience: ^1.0.1" to clipboard
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 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
150
points
218
downloads

Documentation

API reference

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

MIT (license)

Dependencies

async, flutter, http

More

Packages that depend on flutter_resilience