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

Retry asynchronous functions with exponential backoff

1.0.1 - 2026-08-17 #

  • Restore the canonical Apache-2.0 license text for pub.dev recognition

1.0.0 #

  • Initial release
  • Retry asynchronous functions with exponential backoff
  • Configurable delay factor, randomization factor, max delay, and max attempts
  • timeLimit - Total time limit for all retry attempts
  • lastTry - Option to attempt one final retry when timeout occurs
  • onTimeout - Callback when timeout occurs
  • retryIf - Conditional retry based on exception type
  • onRetry - Callback before each retry attempt
0
likes
160
points
185
downloads

Documentation

API reference

Publisher

verified publishershay.wang

Weekly Downloads

Retry asynchronous functions with exponential backoff

Repository (GitHub)
View/report issues

Topics

#retry #http #network #backoff

License

Apache-2.0 (license)

More

Packages that depend on sm_retry