quick_request 0.0.2 copy "quick_request: ^0.0.2" to clipboard
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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quick_request
copied to clipboard

With Flutter:

 $ flutter pub add quick_request
copied to clipboard

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

dependencies:
  quick_request: ^0.0.2
copied to clipboard

Alternatively, your editor might support dart pub get or 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';
copied to clipboard
3
likes
0
points
46
downloads

Publisher

verified publisheryeksoftware.com.tr

Weekly Downloads

2024.09.30 - 2025.04.14

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

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on quick_request