sleuth 0.30.0 copy "sleuth: ^0.30.0" to clipboard
sleuth: ^0.30.0 copied to clipboard

In-app performance diagnostics overlay for Flutter. Surfaces jank, memory leaks, slow networks, GPU pressure, and widget anti-patterns. Every issue ships with a fix hint.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sleuth

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

dependencies:
  sleuth: ^0.30.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:sleuth/sleuth.dart';
2
likes
150
points
123
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

In-app performance diagnostics overlay for Flutter. Surfaces jank, memory leaks, slow networks, GPU pressure, and widget anti-patterns. Every issue ships with a fix hint.

Repository (GitHub)
View/report issues
Contributing

Topics

#performance #debugging #developer-tools #profiling

License

MIT (license)

Dependencies

flutter, meta, path, vm_service

More

Packages that depend on sleuth