easy_api_call 1.0.1 copy "easy_api_call: ^1.0.1" to clipboard
easy_api_call: ^1.0.1 copied to clipboard

A reusable HTTP API service with token management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_api_call

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

dependencies:
  easy_api_call: ^1.0.1

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:easy_api_call/easy_api_call.dart';
10
likes
160
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A reusable HTTP API service with token management.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, pretty_dio_logger

More

Packages that depend on easy_api_call