http_wrap 1.0.0
http_wrap: ^1.0.0 copied to clipboard
A flutter plugin for wrapping HTTP requests and responses, providing a unified interface for handling network communication in Flutter applications.
1.0.0 #
- Initial release of the
http_wrapplugin. - Added a simple request wrapper with support for headers, query params, and request body fields.
- Added multipart/form-data support for file uploads.
- Added unified
HttpResponsehandling with optional error metadata (errorCode,errorData).