sleuth 0.30.1
sleuth: ^0.30.1 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 sleuthThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sleuth: ^0.30.1Alternatively, 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';