quick_request 0.1.2 copy "quick_request: ^0.1.2" to clipboard
quick_request: ^0.1.2 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.
4
likes
125
points
6
downloads

Publisher

verified publisheryeksoftware.com.tr

Weekly Downloads

A Flutter package to simplify HTTP requests (GET, POST, PUT, PATCH, DELETE) with automatic JSON encoding/decoding and efficient response handling using ResponseModel.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on quick_request