callkitnet 1.0.0
callkitnet: ^1.0.0 copied to clipboard
A powerful networking package built on top of Dio with automatic logging, token management, retry support, file upload/download, request cancellation and generic model parsing.
Changelog #
1.0.0 #
Added #
- Dio based networking engine
- Request interceptor
- Response interceptor
- Error interceptor
- Authentication interceptor
- Refresh token support
- Retry interceptor
- Request duration tracking
- Automatic cURL generation
- Generic model parsing
- SafeResult API
- File upload support
- File download support
- Request cancellation
- Centralized exception handling
- Token manager
- Typed API responses