dio_auto_pilot 0.1.2
dio_auto_pilot: ^0.1.2 copied to clipboard
A Dio wrapper that adds automatic exponential-backoff retries and pluggable auth/token-refresh interceptors.
0.1.2 #
- Added Author details to README.md.
0.1.1 #
- Initial release of
dio_auto_pilot. - Added
DioAutoPilotclient wrapper implementingDio. - Added automatic exponential-backoff retries with jitter support.
- Added a pluggable, concurrency-safe token-refresh mechanism to handle
401 Unauthorizedresponses and queue concurrent requests.