dio_http_logger 1.0.1 copy "dio_http_logger: ^1.0.1" to clipboard
dio_http_logger: ^1.0.1 copied to clipboard

Dio network logger library for viewing request, response and error logs for any requests

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dio_http_logger

With Flutter:

 $ flutter pub add dio_http_logger

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

dependencies:
  dio_http_logger: ^1.0.1

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_http_logger/dio_logger.dart';
5
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Dio network logger library for viewing request, response and error logs for any requests

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, plugin_platform_interface

More

Packages that depend on dio_http_logger

Packages that implement dio_http_logger