sm_retry 1.0.1
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 attemptslastTry- Option to attempt one final retry when timeout occursonTimeout- Callback when timeout occursretryIf- Conditional retry based on exception typeonRetry- Callback before each retry attempt