410063005 / flutter_fps_viewer

Flutter FPS Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_fps_viewer

Flutter FPS Viewer.

Usage

Add dependency in pubspec.yaml

dependencies:
  flutter_fps_viewer:
    git:
      url: https://github.com/410063005/flutter_fps_viewer.git
      ref: v0.0.1

Show fps in an overlay:

showFpsViewer(context);

Hide fps overlay if necessary:

hideFpsViewer();

You can also use FpsViewerWidget as an Widget:

Container(
    child: FpsViewerWidget();
)

Getting Started

For help getting started with Flutter, view our online documentation.

About

Flutter FPS Viewer

License:Apache License 2.0


Languages

Language:Dart 100.0%