performance_monitor 1.1.2
performance_monitor: ^1.1.2 copied to clipboard
A Flutter package for lightweight performance monitoring with optional smart caching to optimize app startup time.
Changelog #
1.1.2 - 2025-12-12 #
- Documentation: Improved README.md formatting and syntax
- Fixed markdown code blocks with proper language identifiers
- Restructured API Reference section with better organization
- Enhanced Installation section with clear subsections
- Improved Smart Caching section with proper headings
- Better formatting for Example and Migration Notes sections
- Testing: Significantly improved test coverage from 73.2% to 97.9%
- Added 11 new comprehensive tests
- Achieved 100% coverage on core modules (PerformanceMonitor, CacheService)
- Total of 25 tests, all passing
1.1.0 - 2025-12-10 #
- Simplified internal cache implementation using Future-based storage.
- Improved example app to demonstrate timing vs optional caching.
- Updated README to clarify responsibilities (monitor only vs cache layer).
1.0.1 - 2025-12-04 #
- Fix pub points verification
- Updated dev dependencies
1.0.0 - 2025-12-04 #
- Initial release of Flutter Performance Monitor & Cache Service
- Smart caching with deduplication (prevents duplicate API calls)
- Detailed performance timing with percentage breakdown
- Startup optimization: Essential vs Background services
- SOLID principles applied throughout
- Zero dependencies, production-ready
- Comprehensive documentation & examples
0.1.0-dev (Internal) #
- Prototype development
- Basic timing & caching implementation