api_manager 0.1.32 copy "api_manager: ^0.1.32" to clipboard
api_manager: ^0.1.32 copied to clipboard

A simple package for manage api request easily with the help of flutter dio api.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add api_manager

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

dependencies:
  api_manager: ^0.1.32

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_manager/api_manager.dart';
24
likes
120
pub points
58%
popularity

Publisher

verified publisherdeepqtech.com

A simple package for manage api request easily with the help of flutter dio api.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

connectivity_plus, dio, flutter

More

Packages that depend on api_manager