xerkonix_http 1.0.0
xerkonix_http: ^1.0.0 copied to clipboard
A robust HTTP client package for Flutter applications with built-in error handling, logging, and request/response utilities. Supports all HTTP methods (GET, POST, PUT, DELETE, PATCH, MULTIPART, CUSTOM [...]
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 #
Initial Release #
- Robust HTTP client package for Flutter applications
- Full HTTP method support (GET, POST, PUT, DELETE, PATCH, MULTIPART, CUSTOM)
- Automatic error handling with xerkonix_error_handler integration
- Request/response logging with xerkonix_logger integration
- Custom headers and authentication tokens support
- Query parameters support
- UTF-8 JSON decoding option
- Configurable timeout settings
- Logging control (enabled by default in debug mode, disabled in production)
- Multipart file upload support
- Custom HTTP request configuration
- Full Flutter 3.24+ and Dart 3.5+ compatibility