fluttrace 1.0.3 copy "fluttrace: ^1.0.3" to clipboard
fluttrace: ^1.0.3 copied to clipboard

Production-grade frame timing analytics for Flutter. p50/p95/p99 metrics, jank detection, and a pluggable transport pipeline.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluttrace

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fluttrace: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fluttrace/fluttrace.dart';
2
likes
150
points
176
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Production-grade frame timing analytics for Flutter. p50/p95/p99 metrics, jank detection, and a pluggable transport pipeline.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fluttrace