dio_logger 4.0.0+6 copy "dio_logger: ^4.0.0+6" to clipboard
dio_logger: ^4.0.0+6 copied to clipboard

outdated

Simple logging library for DIO requests. Prints request and response information to a console.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dio_logger

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

dependencies:
  dio_logger: ^4.0.0+6

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

Import it

Now in your Dart code, you can use:

import 'package:dio_logger/dio_logger.dart';
24
likes
0
pub points
91%
popularity

Publisher

unverified uploader

Simple logging library for DIO requests. Prints request and response information to a console.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio

More

Packages that depend on dio_logger