quick_request 0.0.2
quick_request: ^0.0.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.
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)
ResponseModelclass 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