quick_request 0.0.9
quick_request: ^0.0.9 copied to clipboard
A Flutter package to simplify HTTP requests (GET, POST, PUT, PATCH, DELETE) with automatic JSON encoding/decoding and efficient response handling using ResponseModel.
Changelog #
All notable changes to this project will be documented in this file.
0.0.7 #
0.0.6 #
- New Feature: Improved error handling for HTTP requests.
- Enhancement: Optimized response parsing logic for better performance.
- Bug Fix: Minor fixes in request headers handling.
0.0.5 #
- Improvement: Added support for custom headers in HTTP requests.
- Bug Fix: Resolved an issue with incorrect timeout handling.
0.0.4 #
- New Feature: Added support for query parameters in GET requests.
- Enhancement: Improved documentation and added examples for better usability.
0.0.3 #
- Bug Fix: Fixed a crash when handling empty response bodies.
- Improvement: Enhanced logging for debugging purposes during requests.
0.0.2 #
- New Feature: Added support for POST requests with JSON body.
- Enhancement: Improved error messages for failed requests.
0.0.1 #
- Initial Release: Basic HTTP request functionality including GET requests.