igloo_http_logger 1.1.0
igloo_http_logger: ^1.1.0 copied to clipboard
A beautiful HTTP request/response logger for the http package 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_http_loggerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
igloo_http_logger: ^1.1.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_http_logger/igloo_http_logger.dart';