dio_retry
dio_retry copied to clipboard
Not supported on latest version of dio
Please resolve and release a new version ASAP.
Because dio_retry >=0.1.9-beta depends on dio ^3.0.0 and ucertify_learn depends on dio ^4.0.0-beta4, dio_retry >=0.1.9-beta is forbidden. So, because ucertify_learn depends on dio_retry ^0.1.9-beta, version solving failed.
Thank Golapadeog
Until this plugin is officially updated, you can use it in the following ways.
dependencies:
dio_retry:
git:
url: https://github.com/Golapadeog/dio_retry.git
path: dio_retry
ref: null-safety-migration
Hi! Consider this new package: https://pub.dev/packages/dio_smart_retry
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.