flex_http 0.1.2
flex_http: ^0.1.2 copied to clipboard
A lightweight, flexible, and user-friendly HTTP client for Dart and Flutter.
Changelog #
0.1.2 #
- Improved error handling for unknown errors in
FlexHttpException. - Fixed compatibility issues causing test case failures.
- Updated documentation and added comments for better clarity.
0.1.1 #
- Added Dartdoc comments to improve API documentation.
- Formatted code with
dart format.
0.1.0 #
- Initial release of
flex_http. - Supports GET, POST, PUT, DELETE, PATCH, file uploads, and streaming.
- Features automatic retries, in-memory caching, and custom interceptors.