dev_log 1.0.0
dev_log: ^1.0.0 copied to clipboard
A simple, robust debug logging package for Flutter that only prints in debug mode
1.0.0 #
- Initial release
- Debug-only logging with automatic release mode detection
- Support for multiple log levels (debug, info, warning, error)
- Long message auto-splitting for Android logcat compatibility
- JSON pretty printing
- Custom tag support
- Extension methods for easy logging
- Method call tracing
- Error logging with stack trace support
- Short aliases (L class) for concise syntax
- Cross-platform compatibility
- Zero external dependencies