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.

0.0.2 - 2025-06-18 #

Changed #

  • Updated README and documentation for better clarity and examples.
  • Improved usage instructions for both static and instance logging methods.

0.0.1 - 2025-06-18 #

Added #

  • Initial release of rainbow_logger.
  • Support for colorful terminal logging using ANSI escape codes.
  • RainbowLogger class with customizable prefix, suffix, color, and timestamp options.
  • Static methods for:
    • errorPrint (❌),
    • successPrint (✅),
    • infoPrint (ℹ️),
    • warningPrint (⚠️),
    • logPrint (📝).
  • Built-in ANSI color mapping via the RainbowColors helper class.
  • Works with both Flutter and pure Dart CLI apps.
  • Includes example usage and test cases for easy integration and verification.
2
likes
140
points
24
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