pretty_logger_plus 1.0.1
pretty_logger_plus: ^1.0.1 copied to clipboard
A colorful, emoji-friendly Flutter logger with automatic debug/release detection.
🌈 pretty_logger #
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:
PrettyLogger.log("Hello", level: LogLevel.info)
📦 Installation #
Add this to your pubspec.yaml:
dependencies:
pretty_logger: ^1.0.1