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

outdated

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.23

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
0
pub points
44%
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

License

unknown (LICENSE)

Dependencies

connectivity, dio, flutter

More

Packages that depend on api_manager