dio_logger 4.0.8+8 copy "dio_logger: ^4.0.8+8" to clipboard
dio_logger: ^4.0.8+8 copied to clipboard

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

With Flutter:

 $ flutter 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.8+8

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:dio_logger/dio_logger.dart';
24
likes
110
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

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dio

More

Packages that depend on dio_logger