quick_request 0.0.1 quick_request: ^0.0.1 copied to clipboard
A Flutter package to simplify HTTP requests with support for GET, POST, PUT, PATCH, and DELETE methods. Includes automatic JSON encoding and decoding, and a ResponseModel for handling responses efficiently.
Quick Request #
The quick_request
Flutter package allows you to make HTTP requests quickly and easily. Using the http
package, you can perform API requests in a simple and effective manner.
Features #
- Easy HTTP requests (GET, POST, PUT, PATCH, DELETE)
ResponseModel
class for handling responses- Automatic encoding and decoding of JSON data
Installation #
To add the quick_request
package to your project, include the following line in your pubspec.yaml
file:
dependencies:
quick_request: ^0.0.1