inline_logger 0.1.0+2 copy "inline_logger: ^0.1.0+2" to clipboard
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.useColors configuration 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
7
likes
160
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful inline logger for Flutter. Log anywhere in your widget tree without breakpoints. Chain logging calls directly on any expression.

Repository (GitHub)
View/report issues

Topics

#logging #debug #development #tools

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on inline_logger