app_pigeon 0.1.4
app_pigeon: ^0.1.4 copied to clipboard
A simple auth-aware networking layer for Flutter apps. Built on top of Dio, socket_io_client and flutter_secure_storage.
0.1.4 #
- Refactored core client architecture with a shared
AppPigeoncontract and separated runtime clients for authorized and ghost flows. - Renamed authorized client surface to
AuthorizedPigeonand introducedAuthorizationabstraction for token persistence operations. - Improved refresh-token integration with a concrete
BasicRefreshTokenManagerrefresh implementation example. - Added request-queue handling in the API interceptor to coordinate token refresh and pending request replay.
- Added
shouldRefreshTokensupport in refresh manager interfaces/implementations for safer refresh conditions. - Expanded package documentation with updated setup and usage guidance for the new client and authorization model.
0.1.3 #
- Updated README with refresh-token-manager-interface implementation example