inline_logger 0.1.0+2
inline_logger: ^0.1.0+2 copied to clipboard
A powerful inline logger for Flutter. Log anywhere in your widget tree without breakpoints. Chain logging calls directly on any expression.
0.1.0+2 #
- Added color-coded console output with ANSI color codes
- Different colors for each log level (gray, cyan, blue, green, yellow, red, bright red)
- New
LoggerConfig.useColorsconfiguration option - Updated documentation with color feature information
0.1.0+1 #
- Updated README with maintainer information
- Added credits for contributors
0.1.0 #
- Initial release
- Inline chainable logging for Flutter
- 7 log levels (Debug, Verbose, Info, Success, Warning, Error, Critical)
- Extension methods for inline logging
- Static logging methods
- API request/response logging
- Navigation, state, and lifecycle logging
- Log history support
- Stack trace support for errors
- Configurable timestamps and emojis
- Auto-disabled in release mode