flutter_dev_panel_console 1.0.3
flutter_dev_panel_console: ^1.0.3 copied to clipboard
Console/Logs module for Flutter Dev Panel
1.0.3 #
- Update a dependency to the latest release.
1.0.2 #
1.0.1 #
- REFACTOR: use factory function for Logger integration without direct dependency. (6467f784)
- REFACTOR: rename customOutput to baseOutput for better clarity. (e4601f21)
- REFACTOR: simplify Logger package integration with better API. (8979bb99)
- FIX: make DevPanelLoggerOutput extend LogOutput base class. (8d94e755)
- FIX: improve GraphQL query serialization and Logger package integration. (878b9aad)
- FIX: downgrade test package version to fix flutter_test compatibility. (a1dacadf)
- FIX: restore console package dependency to local path. (389d7ef5)
- FIX: resolve all code analysis warnings in console package. (904ad2f8)
- FIX: resolve sub-package publishing issues. (4151d69b)
- FIX: add required files for publishing and fix script. (72ac1a91)
- FIX: 优化测试用例. (6d06cc34)
- FIX: 修复测试. (583b978a)
- FIX: 调整日志项的对齐方式,改为垂直顶部对齐。. (b165d213)
- FEAT: 更新 pubspec.yaml 和 pubspec.lock 文件. (ea4e9c71)
- FEAT: 发布 1.0.0 版本,包含多个模块的重大更新. (9a123185)
- FEAT: 增强控制台页面和网络监控页面的搜索框功能. (240cc258)
- FEAT: 更新文档和示例代码以反映 DevPanel 的重命名. (3b49e94b)
- FEAT: 更新 README 和示例代码以支持新的初始化方法. (1950a15b)
- FEAT: add proper Logger package integration with zero configuration. (5fb805c8)
- FEAT: add safe Logger package integration for production. (2fb8bcae)
- FEAT: 优化UI颜色和字体权重. (bc88b700)
- FEAT: 优化日志显示和处理功能. (8314faac)
- FEAT: 增强日志控制功能. (b047d901)
- FEAT: 移除控制台页面的自动滚动按钮并更新注释为英文. (27d7b899)
- FEAT: 更新ConsoleModule和FAB组件. (be517871)
- FEAT: 增强自动滚动功能. (eb51fd79)
- FEAT: 更新日志捕获和控制台模块. (15749fa2)
- FEAT: 添加完整的 Console/Logs 模块. (54af2da0)
- DOCS: update version. (1de0c531)
- DOCS: update docs. (c723a57d)
- DOCS: simplify README files for all packages. (9c431166)
Changelog #
1.0.0 #
- Major release with stable API
- Enhanced log level detection with smart strategies
- Improved Logger package integration
- Better handling of GraphQL and JSON output
- Fixed emoji detection in multi-line Logger output
0.0.2 #
- Fixed Flutter version requirement to 3.10.0
- Updated documentation
0.0.1 #
- Initial release