fresh_dio 0.3.1 fresh_dio: ^0.3.1 copied to clipboard
An http interceptor for token refresh. Fresh is built on top of package:dio and manages authentication tokens transparently.
0.3.1 #
- fix: remove httpClient lock and add token header to refresh
0.3.0 #
- BREAKING: update to
dio: ^4.0.0
- fix: queue concurrent requests during refresh
0.3.0-nullsafety.0 #
- BREAKING: update to dart 2.12 with null safety
- BREAKING: update to
fresh: ^0.4.0
- BREAKING: update to
dio: ^4.0.0-beta7
0.1.1 #
- Update to
fresh v0.2.1
0.1.0 #
Initial Release of the library (copy of package:fresh v0.2.0)
- Includes
Fresh
interceptor with built-in token refresh.