flutter_fps 0.0.1 copy "flutter_fps: ^0.0.1" to clipboard
flutter_fps: ^0.0.1 copied to clipboard

outdated

A Flutter library to catch fps.

flutter-fps #

A Flutter library to catch fps.

Getting Started #

In your flutter project add the dependency:

dependencies:
  ...
  flutter_fps: ^0.0.1

Usage: #

Import first:

import 'package:flutter_fps/flutter_fps.dart';

Then in your top level StatefulWidget, add the following line:

@override
void initState() {
  super.initState();
  Fps.instance.start(context);
}
2
likes
0
pub points
30%
popularity

Publisher

unverified uploader

A Flutter library to catch fps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_fps