api_provider 1.0.4 copy "api_provider: ^1.0.4" to clipboard
api_provider: ^1.0.4 copied to clipboard

A Plugin for making api calls easier and quicker for flutter developers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add api_provider

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

dependencies:
  api_provider: ^1.0.4

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:api_provider/api_provider.dart';
4
likes
130
points
51
downloads

Publisher

verified publisherperitumsolution.pk

Weekly Downloads

A Plugin for making api calls easier and quicker for flutter developers.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_secure_storage, flutter_web_plugins

More

Packages that depend on api_provider