flutter_vscode_logger 1.0.3 copy "flutter_vscode_logger: ^1.0.3" to clipboard
flutter_vscode_logger: ^1.0.3 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.3 - 2025-01-23 #

Changed #

  • Removed unused useDevLog parameter from init() method

Documentation #

  • Updated README with VS Code extension v1.1.0 features
  • Documented new extension capabilities: statistics dashboard, export formats, context menu
  • Added examples for extra metadata with arrays

Compatibility #

  • Works with VS Code extension v1.1.0 and all new features

1.0.2 - 2025-01-23 #

Fixed #

  • Switched to print() for log output to ensure clean JSON parsing by VS Code extension
  • Removed useDevLog parameter as it's no longer needed

Improved #

  • More reliable communication with VS Code extension
  • Cleaner debug console output

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
160
points
136
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_vscode_logger