igloo_dio_logger 1.1.1
igloo_dio_logger: ^1.1.1 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 Dart:
$ dart pub add igloo_dio_loggerWith Flutter:
$ flutter pub add igloo_dio_loggerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
igloo_dio_logger: ^1.1.1Alternatively, 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:igloo_dio_logger/igloo_dio_logger.dart';