igloo_dio_logger 1.0.0
igloo_dio_logger: ^1.0.0 copied to clipboard
A beautiful HTTP request/response logger for Dio with ANSI colors, emojis, and advanced filtering options.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add igloo_dio_loggerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
igloo_dio_logger: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:igloo_dio_logger/igloo_dio_logger.dart';