show_fps 1.1.0 copy "show_fps: ^1.1.0" to clipboard
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 showAverage option to display rolling average FPS.
  • Added showMinMax option to display min/max FPS values.
  • Added showFrameTime option to display frame time in milliseconds.
  • Added colorCodedText option for performance-based text coloring.
  • Added showTargetLine option to display target FPS line on chart.
  • Added showJankIndicators option to highlight slow frames.
  • Added jankThreshold option to customize jank detection sensitivity.
  • Added textStyle option for custom text styling.
  • Added draggable option to allow repositioning the widget.
  • Added collapsible option to tap and collapse/expand the widget.
  • Added sampleRate option to control update frequency.
  • Added chartMaxFps option to customize chart scale.
  • Added showFrameBudget option to display frame budget percentage.
  • Added showDroppedFrames option to display dropped frame counter.
  • Added alertThreshold and onAlertTriggered for low FPS alerts.
  • Added doubleTapToHide and hideDuration for temporary hiding.
  • Added backgroundColor, goodColor, and poorColor customization 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.
40
likes
160
points
1.14k
downloads

Publisher

verified publishermantreshkhurana.com

Weekly Downloads

A flutter package that will allow you to check your app performance using FPS Badge.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on show_fps