rest_api_helper 0.0.5 copy "rest_api_helper: ^0.0.5" to clipboard
rest_api_helper: ^0.0.5 copied to clipboard

A Flutter and Dart library to simplify rest api requests.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rest_api_helper

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

dependencies:
  rest_api_helper: ^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:rest_api_helper/rest_api_helper.dart';
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A Flutter and Dart library to simplify rest api requests.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dio, flutter, http

More

Packages that depend on rest_api_helper