appliteui_core 0.0.6
appliteui_core: ^0.0.6 copied to clipboard
A Flutter package for making API calls with support for interceptors, error handling, and typed responses. Built on top of Dio for robust HTTP operations.
0.0.1 #
- Initial release
- ApiClient with support for GET, POST, PUT, PATCH, and DELETE requests
- Generic ApiResponse wrapper for typed responses
- Comprehensive error handling with ApiException
- AuthInterceptor for authentication headers
- LoggingInterceptor for request/response logging
- Built on top of Dio for robust HTTP operations
- Configurable timeouts and custom headers
- Support for custom model parsing with fromJson