restquester 0.6.3 copy "restquester: ^0.6.3" to clipboard
restquester: ^0.6.3 copied to clipboard

Package simplifying rest requests. It is wrapping basic http requests providing additional functionality like mapping json to data model.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add restquester

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

dependencies:
  restquester: ^0.6.3

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:restquester/headers.dart';
import 'package:restquester/requester.dart';
import 'package:restquester/scope.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Package simplifying rest requests. It is wrapping basic http requests providing additional functionality like mapping json to data model.

Homepage

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on restquester