dio_smart_retry icon indicating copy to clipboard operation
dio_smart_retry copied to clipboard

Flexible retry library for Dio. A next generation of an abandoned dio_retry package.

Results 8 dio_smart_retry issues
Sort by recently updated
recently updated
newest added

retry package works great if there is an error on initial request it goes into retry mode and if its successful retry does not happen so I wanted to see...

Hi there, Awesome pub! Thanks :) I'd like to enable it only for one request! Is that possible? Thanks

Hi! I dont know if im doing something wrong, but if i set the responseType to ResponseType.plain and the RetryInterceptor is executed after a timeout, the interceptor seems to set...

Is it possible to retry using different domain, as following try reading from a.com in case of failure try reading from b.com ...

Hi, I'm using the latest packages: ``` dio: ^4.0.6 dio_smart_retry: ^1.3.2 ``` When I post a file to the server and, it accepts only after first attemp, the error occours......

Is is possible to retry a request with new headers if the HTTP call fails? For my use case I need to send retried requests with a modified header.

not working for android