easy_api_provider 1.1.1 copy "easy_api_provider: ^1.1.1" to clipboard
easy_api_provider: ^1.1.1 copied to clipboard

A simple and customizable API provider using Dio for network requests in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_api_provider

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

dependencies:
  easy_api_provider: ^1.1.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_provider/easy_api_provider.dart';
3
likes
150
points
37
downloads

Publisher

verified publisherpromifyltd.com

Weekly Downloads

A simple and customizable API provider using Dio for network requests in Flutter.

Repository (GitHub)
View/report issues

Topics

#api #dio #http #request #response

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, dio, flutter, talker_dio_logger

More

Packages that depend on easy_api_provider