voo_logging 0.0.11
voo_logging: ^0.0.11 copied to clipboard
A comprehensive logging package for Flutter and Dart applications with DevTools integration.
0.0.11 #
- Fixed DevTools extension not receiving logs from VooLogger
- Refactored DevTools extension to follow clean architecture principles
- Split datasource into interface and implementation for better separation of concerns
- Removed all debug logging for cleaner production code
- Simplified VM Service connection with automatic retry mechanism
- DevTools extension now properly listens to structured logs via VM Service streaming
- Removed unused stub implementations and unnecessary files
0.0.10 #
- Added CLAUDE.md to .gitignore to prevent committing documentation files
- Improved documentation and development instructions
0.0.9 #
- Release updates and maintenance improvements
0.0.8 #
- Removed test/debug logging that was appearing in production
- Removed polling test logs from DevTools extension
- Cleaned up unnecessary debug log statements
0.0.7 #
- Fixed DevTools extension loading issue for published package
- Corrected .pubignore to include main.dart.js in published package
- Ensured all extension build files are properly distributed
0.0.6 #
- fixed .gitignore to allow build folder for dev tools output
0.0.5 #
- aligned versions to match (logging => dev tools)
0.0.4 #
- bumped dev tools extension version
0.0.3 #
- Fixed bugs related to logging overflow in dev tools
0.0.2 #
- Add Voo Logger DevTools extension with advanced logging capabilities
- Enhance documentation with detailed installation and usage instructions
- Add automated release workflows for pub.dev publishing
- Update dependencies for improved compatibility
- Refactor code for better readability and consistency
- Add comprehensive CI/CD workflow with devtools extension support
- Improve project structure and analysis options
0.0.1 #
- Initial release
- Core logging functionality with multiple log levels
- Persistent storage using Sembast
- Session and user tracking
- DevTools extension for log viewing and filtering
- Support for categories, tags, and metadata
- Export functionality (JSON, CSV)
- Cross-platform support (iOS, Android, Web, Desktop)