dio_smart_retry 1.3.0 dio_smart_retry: ^1.3.0 copied to clipboard
Retry library for Dio package made with love. By default, the request will be retried only for appropriate retryable http statuses.
1.3.0 #
- Add a feature allowing to specify extra retryable status codes (parameter
retryableExtraStatuses
) (#11) - Update dependencies
1.2.0 #
- Add properly an incorrect url scheme error handling in the default retry evaluator (#2)
1.1.0 #
- A request catching is fixed (#1)
- Dependencies were updated
1.0.3 #
- Example updated
1.0.2 #
- Initial version.