performance_profiler 1.0.3
performance_profiler: ^1.0.3 copied to clipboard
A Flutter package for profiling performance, including screen load time, FPS, and widget rebuild tracking.
Changelog #
1.0.3 #
- Initial release.
- Features:
- Track screen load times.
- Monitor FPS (Frames Per Second).
- Track widget rebuilds per screen.
- Customizable overlay with hide/show functionality.
- Updating documentation and examples.
- Modifying test cases to ensure reliability.
- Modifying screen name while navigating.