flutter_vscode_logger 1.0.3
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
useDevLogparameter frominit()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 #
1.0.1 - 2025-01-23 #
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)