quick_request 0.1.2
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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add quick_requestThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
quick_request: ^0.1.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:quick_request/quick_request.dart';