ansi_logger 2.0.11 copy "ansi_logger: ^2.0.11" to clipboard
ansi_logger: ^2.0.11 copied to clipboard

Flutter package tht help you make pretty logs, and has alogger for http

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ansi_logger

With Flutter:

 $ flutter pub add ansi_logger

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

dependencies:
  ansi_logger: ^2.0.11

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:ansi_logger/ansi_logger.dart';
6
likes
130
pub points
61%
popularity

Publisher

verified publishernew-step-apps.com

Flutter package tht help you make pretty logs, and has alogger for http

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

More

Packages that depend on ansi_logger