voo_performance 0.1.0
voo_performance: ^0.1.0 copied to clipboard
High-performance monitoring, profiling, and optimization toolkit for Flutter apps with real-time metrics, frame rendering analysis, memory tracking, DevTools integration, and production-ready performa [...]
0.1.0 #
- BREAKING CHANGE: Now requires voo_core ^0.1.0
- Added automatic cloud sync support for performance metrics
- Introduced PerformanceSyncEntity for cloud synchronization
- Integrated with CloudSyncManager from voo_core
- Performance traces and network metrics are automatically synced to cloud
- Added support for batch syncing of performance data
- Enhanced VooPerformancePlugin to support cloud sync
- Improved offline-first architecture with automatic retry
- Network metrics now include cloud sync capabilities
0.0.2 #
- Updated dependencies (voo_core ^0.0.2, voo_logging ^0.0.15)
- Implemented performance monitoring for Flutter applications
- Added PerformanceDioInterceptor for HTTP request/response tracking
- Created NetworkMetric entity for network performance data
- Implemented PerformanceTrace for custom performance measurements
- Added PerformanceTracker utility for centralized performance monitoring
- Enhanced integration with voo_logging for performance events
- Improved network request timing and metrics collection
- Added support for custom performance traces
- Integrated with DevTools for performance visualization
0.0.1 #
- Initial release
- Basic performance monitoring infrastructure
- Foundation for network and performance tracking