simple_chopper_logger 2.0.0 copy "simple_chopper_logger: ^2.0.0" to clipboard
simple_chopper_logger: ^2.0.0 copied to clipboard

Implementation of Request and Response Chopper interceptors that provides simple but pleasant to look at output.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_chopper_logger

With Flutter:

 $ flutter pub add simple_chopper_logger

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

dependencies:
  simple_chopper_logger: ^2.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simple_chopper_logger/simple_chopper_logger.dart';
19
likes
160
points
556
downloads

Documentation

Documentation
API reference

Publisher

verified publisheriteo.com

Weekly Downloads

Implementation of Request and Response Chopper interceptors that provides simple but pleasant to look at output.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

chopper

More

Packages that depend on simple_chopper_logger