igloo_http_logger 1.0.0 copy "igloo_http_logger: ^1.0.0" to clipboard
igloo_http_logger: ^1.0.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 Dart:

 $ dart pub add igloo_http_logger

With Flutter:

 $ flutter pub add igloo_http_logger

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

dependencies:
  igloo_http_logger: ^1.0.0

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:igloo_http_logger/igloo_http_logger.dart';
2
likes
0
points
162
downloads

Publisher

verified publisherigloodev.in

Weekly Downloads

A beautiful HTTP request/response logger for the http package with ANSI colors, emojis, and advanced filtering options.

Repository (GitHub)
View/report issues

Topics

#http #logging #networking #debugging

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on igloo_http_logger