chopper_client_wrapper 0.0.1 copy "chopper_client_wrapper: ^0.0.1" to clipboard
chopper_client_wrapper: ^0.0.1 copied to clipboard

This package is a wrapper class that you can use to save time while setting up files for integrating apis. You just have to extend our class and follow the steps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chopper_client_wrapper

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

dependencies:
  chopper_client_wrapper: ^0.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:chopper_client_wrapper/chopper_client_wrapper.dart';
4
likes
100
pub points
23%
popularity

Publisher

verified publishertechypanther.com

This package is a wrapper class that you can use to save time while setting up files for integrating apis. You just have to extend our class and follow the steps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

chopper, flutter

More

Packages that depend on chopper_client_wrapper