fresh_dio 0.4.2 fresh_dio: ^0.4.2 copied to clipboard
An http interceptor for token refresh. Fresh is built on top of package:dio and manages authentication tokens transparently.
0.4.2 #
- feat: add
assert
to prevent infinite refresh loop - fix: tighten
package:dio
version constraint - chore: update copyright year
- chore: add funding to
pubspec.yaml
- ci: revamp ci setup
0.4.1 #
- fix: replace
Interceptor
withQueuedInterceptor
- refactor: use
DioException
instead of deprecatedDioError
- docs: minor updates to
LICENSE
andREADME
- chore: adjust dart sdk constraint to
">=2.15.0 <4.0.0"
- chore: use more strict analysis options
- chore: various updates to example app
0.4.0 #
- feat: upgrade to
dio ^0.5.0
- feat: upgrade dart to
sdk: ">=2.15.0 <3.0.0"
0.3.2 #
- feat: add httpClient parameter to Fresh.oAuth2 (#60)
- chore: upgrade dev dependencies
mocktail: ^0.3.0
very_good_analysis: ^2.4.0
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.