simple_chopper_logger 1.1.0 copy "simple_chopper_logger: ^1.1.0" to clipboard
simple_chopper_logger: ^1.1.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: ^1.1.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';
18
likes
140
pub points
65%
popularity

Publisher

verified publisheriteo.com

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

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

chopper

More

Packages that depend on simple_chopper_logger