frameguard 0.6.0 copy "frameguard: ^0.6.0" to clipboard
frameguard: ^0.6.0 copied to clipboard

FrameGuard — performance regressions, testable. Capture Flutter frame timings, classify jank, enforce budgets, compare baselines, and fail CI on measurable UI regressions. Local by default. No telemetry.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate frameguard

Use it

The package has the following executables:

$ frameguard

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add frameguard

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

dependencies:
  frameguard: ^0.6.0

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:frameguard/frameguard.dart';
0
likes
140
points
0
downloads
screenshot

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

FrameGuard — performance regressions, testable. Capture Flutter frame timings, classify jank, enforce budgets, compare baselines, and fail CI on measurable UI regressions. Local by default. No telemetry.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #performance #jank #testing #ci

License

MIT (license)

Dependencies

args, collection, flutter, flutter_test, meta, path

More

Packages that depend on frameguard