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

Local performance observability for Flutter. Detect anomalies, record sessions, compare regressions, and generate AI-ready reports.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add perfscope

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

dependencies:
  perfscope: ^0.1.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:perfscope/perfscope.dart';
1
likes
160
points
68
downloads

Documentation

Documentation
API reference

Publisher

verified publisherendersonvizc.dev

Weekly Downloads

Local performance observability for Flutter. Detect anomalies, record sessions, compare regressions, and generate AI-ready reports.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #performance #profiling #debugging #observability

License

MIT (license)

Dependencies

args, flutter

More

Packages that depend on perfscope