dio_ansi_logger 1.0.6 copy "dio_ansi_logger: ^1.0.6" to clipboard
dio_ansi_logger: ^1.0.6 copied to clipboard

A beautiful, Postman-style Dio interceptor that logs HTTP requests and responses with ANSI colors, structured formatting, and customizable themes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dio_ansi_logger

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

dependencies:
  dio_ansi_logger: ^1.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_ansi_logger/dio_ansi_logger.dart';
1
likes
0
points
381
downloads

Publisher

unverified uploader

Weekly Downloads

A beautiful, Postman-style Dio interceptor that logs HTTP requests and responses with ANSI colors, structured formatting, and customizable themes.

Repository (GitHub)
View/report issues

Topics

#dio #networking #logging #http #debug

License

unknown (license)

Dependencies

dio

More

Packages that depend on dio_ansi_logger