flutter_vscode_logger 1.0.1 copy "flutter_vscode_logger: ^1.0.1" to clipboard
flutter_vscode_logger: ^1.0.1 copied to clipboard

A Flutter logging package that integrates with VS Code for real-time log viewing. View structured logs directly in VS Code debug panel.

Changelog #

1.0.1 - 2025-01-23 #

Fixed #

  • Improved console output handling
  • Better integration with VS Code extension

Notes #

  • The printToConsole parameter controls human-readable log output
  • JSON output for extension communication is always sent to debug console (required for VS Code integration)

1.0.0 - 2025-01-22 #

Added #

  • Initial release
  • VscodeLogger class for structured logging
  • Multiple log levels: debug, info, warning, error, fatal
  • Tag support for log categorization
  • Stack trace capture for errors
  • Extra metadata support
  • Local log stream for in-app listeners
  • Cross-platform support (Android, iOS, Web, Desktop)
1
likes
0
points
156
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter logging package that integrates with VS Code for real-time log viewing. View structured logs directly in VS Code debug panel.

Repository (GitHub)
View/report issues

Topics

#logging #debug #vscode #developer-tools

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_vscode_logger