π pretty_logger_plus
A colorful, emoji-friendly Flutter logger with automatic debug/release detection.
No more boring print()
β make your logs pop β¨
π Features
- β Automatic detection of debug vs release mode
- β Colored logs in the console
- β Emojis for log levels
- β
Simple API:
PrettyLoggerPlus.log("Hello", level: LogLevel.info)
π¦ Installation
Add this to your pubspec.yaml
:
dependencies:
pretty_logger_plus: ^1.0.2