flutter_dev_panel_performance 1.1.2
flutter_dev_panel_performance: ^1.1.2 copied to clipboard
Performance monitoring module for Flutter Dev Panel
1.1.2 #
- Bump "flutter_dev_panel_performance" to
1.1.2.
1.1.0 #
- Update to match main package version 1.1.0
- Update dependencies
1.0.4 #
- Update a dependency to the latest release.
1.0.3 #
- Update a dependency to the latest release.
1.0.2 #
- Bump "flutter_dev_panel_performance" to
1.0.2.
1.0.1 #
- REFACTOR: 重构为模块化架构. (ef4edf8a)
- FIX: downgrade test package version to fix flutter_test compatibility. (a1dacadf)
- FIX: unify Flutter version requirement to 3.10.0 across all packages. (d7552d8e)
- FIX: add required files for publishing and fix script. (72ac1a91)
- FIX: 优化测试用例. (6d06cc34)
- FIX: 增强性能监控模块,优化电池状态和图表显示. (af4522aa)
- FIX: 更新设备信息和性能监控模块,增强电池状态监控. (e8fd7f94)
- FIX: 移除不再使用的悬浮按钮组件并优化FAB管理. (36d0f8c0)
- FIX: 增强FAB内容构建和优先级管理. (16a36e15)
- FIX: 更新Flutter开发面板的API和UI组件. (0873ef11)
- FIX: 修复UI和状态管理问题. (80d1dd17)
- FEAT: 更新 pubspec.yaml 和 pubspec.lock 文件. (ea4e9c71)
- FEAT: 发布 1.0.0 版本,包含多个模块的重大更新. (9a123185)
- FEAT: 重构性能监控逻辑,使用 PerformanceUpdateCoordinator 统一管理 Timer. (c0d9b70b)
- FEAT: 优化 LeakDetector 和 PerformanceMonitorController 的监控逻辑. (9576ecb0)
- FEAT: 优化性能模块中的内存趋势指示器. (a7cdb476)
- FEAT: 更新 README 和示例代码以反映 PerformanceModule 的自动 Timer 追踪功能. (91c6cb86)
- FEAT: 优化performance 模块,添加timer 调试信息. (4236e42a)
- FEAT: 更新文档和示例代码以反映 DevPanel 的重命名. (3b49e94b)
- FEAT: 移除电池监控功能并优化性能监控. (38765686)
- FEAT: 优化UI颜色和字体权重. (bc88b700)
- FEAT: 更新日志捕获和控制台模块. (15749fa2)
- DOCS: simplify README files for all packages. (9c431166)
Changelog #
1.0.0 #
- Major release with stable API
- Automatic Timer tracking via Zone API
- Memory leak detection with growth rate indicators
- Resource monitoring for Timers and StreamSubscriptions
- Interactive performance analysis with actionable advice
- Enhanced UI with expandable lists and detailed stack traces
0.0.2 #
- Fixed Flutter version requirement to 3.10.0
- Updated documentation
0.0.1 #
- Initial release