rainbow_logger 0.0.2 copy "rainbow_logger: ^0.0.2" to clipboard
rainbow_logger: ^0.0.2 copied to clipboard

A colorful and expressive Flutter logger for terminal/debug output with emoji prefixes and ANSI color codes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rainbow_logger

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

dependencies:
  rainbow_logger: ^0.0.2

Alternatively, 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:rainbow_logger/rainbow_logger.dart';
2
likes
140
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A colorful and expressive Flutter logger for terminal/debug output with emoji prefixes and ANSI color codes.

Repository (GitHub)
View/report issues

Topics

#logging #debug #terminal #flutter #ansi

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on rainbow_logger