inline_logger 0.1.0
inline_logger: ^0.1.0 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 #
- 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