flutter_fps

Last updated:

0 purchases

flutter_fps Image
flutter_fps Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.