chopper_client_wrapper 0.0.1
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';