flutter_smart_retry 1.0.1 copy "flutter_smart_retry: ^1.0.1" to clipboard
flutter_smart_retry: ^1.0.1 copied to clipboard

Advanced retry logic for Flutter with exponential backoff, jitter, circuit breaker, and custom retry policies.

Changelog #

All notable changes to flutter_smart_retry will be documented in this file.

1.0.1 - 2026-02-15 #

Changed #

  • Fixed Git author information in commits
  • Updated repository metadata

1.0.0 - 2026-02-15 #

Added #

  • Initial release of flutter_smart_retry
  • Exponential backoff retry policy
  • Linear backoff retry policy
  • Fixed delay retry policy
  • Custom retry policy support
  • Circuit breaker implementation
  • Jitter support to prevent thundering herd
  • Per-attempt timeout support
  • Retry callbacks (onRetry, onSuccess, onExhausted)
  • Reusable retryable function wrapper
  • Comprehensive documentation and examples
  • Zero external dependencies
1
likes
160
points
126
downloads

Publisher

unverified uploader

Weekly Downloads

Advanced retry logic for Flutter with exponential backoff, jitter, circuit breaker, and custom retry policies.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_smart_retry