chopper

Creator: coderz1093

Last updated:

Add to Cart

Description:

chopper

Chopper #




Chopper is an http client generator for Dart and Flutter using source_gen and inspired by Retrofit.
Documentation
Adding Chopper to your project #
In your project's pubspec.yaml file,

Add chopper's latest version to your dependencies.
Add build_runner: ^2.4.9 to your dev_dependencies.

build_runner may already be in your dev_dependencies depending on your project setup and other dependencies.


Add chopper_generator's latest version to your dev_dependencies.

# pubspec.yaml

dependencies:
chopper: ^<latest version>

dev_dependencies:
build_runner: ^2.4.9
chopper_generator: ^<latest version>
copied to clipboard
Latest versions:

chopper
chopper_generator

Documentation #

Getting started
Converters
Interceptors

Examples #

json_serializable Converter
built_value Converter

If you encounter any issues, or need a feature implemented, please visit Chopper's Issue Tracker on GitHub. #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.