quick_request 0.0.5 copy "quick_request: ^0.0.5" to clipboard
quick_request: ^0.0.5 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_request

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  quick_request: ^0.0.5

Alternatively, 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';
2
likes
130
points
29
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, http

More

Packages that depend on quick_request