aloisdeniel / dio_retry

Retry interceptor for dio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Null safety

rodrigobastosv opened this issue · comments

Hi, thanks for the package!

Are there any plans for migrating the package to use null safe?

Hi! Consider this new package: https://pub.dev/packages/dio_smart_retry
It supports null safety.

This is a next generation of an abandoned dio_retry package.
By default, the request will be retried only for appropriate retryable http statuses.
Also, it supports dynamic delay between retries.