dio_smart_retry 1.4.0 dio_smart_retry: ^1.4.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.4.0 #
- Add supporting of retrying for requests with
multipart/form-data
, useMultipartFileRecreatable
class for that (details). DefaultRetryEvaluator
and status codes constants from the filehttp_status_codes.dart
was made a part of the public API.
1.3.2 #
- Add a feature allowing to specify extra retryable status codes (parameter
retryableExtraStatuses
) (#11) - Add a request's
CancelToken
checking - 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.