log_debugger 0.0.1
log_debugger: ^0.0.1 copied to clipboard
A lightweight Flutter logger with colored console output, log levels, and timestamps. Perfect for debugging and development.
log_debugger #
A lightweight Flutter logger with colored console output and log levels.
Features #
- 🎨 Colored console output for better readability
- 📊 Multiple log levels (verbose, debug, info, warning, error)
- ⏱️ Automatic timestamps
- 🏷️ Tag-based message organization
- 💻 Simple API
Installation #
Add to your pubspec.yaml:
dependencies:
log_debugger: ^0.0.1