smart_refresh_token 0.0.3
smart_refresh_token: ^0.0.3 copied to clipboard
A smart Flutter package for automatic Dio token refresh handling.
0.0.3 - 2025-11-27 #
Added #
- Dynamic retry logic (configurable backoff, max attempts).
- Comprehensive examples demonstrating refresh + retry flows.
- New
RetryConfigfor runtime retry customization.
Improved #
- More stable token refresh interceptor.
- Clearer documentation and example structure.
Fixed #
- Missing platform folders in example project.