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

outdated

A Flutter library to catch fps.

flutter_fps #

pub package

A Flutter library to catch fps.

Getting Started #

In your flutter project add the dependency:

dependencies:
  ...
  flutter_fps: ^0.1.0

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
20
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