network_api_sdk 0.1.1
network_api_sdk: ^0.1.1 copied to clipboard
A production-ready Flutter networking SDK for standardized API communication, authentication (login + refresh), interceptors, offline caching, request queueing, persistence, and response normalization.
0.1.0 #
- Initial public release.
- Added standardized API communication.
- Added authentication support with login and refresh token flow.
- Added request/response/error interceptors.
- Added offline cache support for GET requests.
- Added offline write queue with persistence.
- Added manual and automatic queue flushing.
- Added example application and package documentation.