Last updated:
0 purchases
flutter fps
flutter_fps #
A Flutter library to catch fps.
Getting Started #
In your flutter project add the dependency:
dependencies:
...
flutter_fps: ^0.1.0
copied to clipboard
Usage: #
import 'package:flutter_fps/flutter_fps.dart';
Fps.instance.start();
Fps.instance.addFpsCallback((fpsInfo) {
print(fpsInfo);
});
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.