show_fps 1.1.0
show_fps: ^1.1.0 copied to clipboard
A flutter package that will allow you to check your app performance using FPS Badge.
Changelog #
1.1.0 #
- Fixed FPS calculation accuracy by using microseconds instead of milliseconds.
- Added
showAverageoption to display rolling average FPS. - Added
showMinMaxoption to display min/max FPS values. - Added
showFrameTimeoption to display frame time in milliseconds. - Added
colorCodedTextoption for performance-based text coloring. - Added
showTargetLineoption to display target FPS line on chart. - Added
showJankIndicatorsoption to highlight slow frames. - Added
jankThresholdoption to customize jank detection sensitivity. - Added
textStyleoption for custom text styling. - Added
draggableoption to allow repositioning the widget. - Added
collapsibleoption to tap and collapse/expand the widget. - Added
sampleRateoption to control update frequency. - Added
chartMaxFpsoption to customize chart scale. - Added
showFrameBudgetoption to display frame budget percentage. - Added
showDroppedFramesoption to display dropped frame counter. - Added
alertThresholdandonAlertTriggeredfor low FPS alerts. - Added
doubleTapToHideandhideDurationfor temporary hiding. - Added
backgroundColor,goodColor, andpoorColorcustomization options.
1.0.6 #
- Bug fixes & improvements.
1.0.5 #
- Documentation update.
1.0.4 #
- Fixed customization in FPS Badge position.
1.0.3 #
- Font size fixed.
1.0.2 #
- README.md update.
1.0.1 #
- FPS chart graph color is now blue.
1.0.0 #
- Show FPS Badge on top of the screen.