flutter_vscode_logger 1.0.0
flutter_vscode_logger: ^1.0.0 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.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)