zero_inspector_kit 1.11.1
zero_inspector_kit: ^1.11.1 copied to clipboard
One-line in-app developer console for Flutter — HTTP/WebSocket/gRPC inspection, logs, database, memory leaks, FPS jank, routes, alerts, bug reports. Auto-disabled in release.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zero_inspector_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zero_inspector_kit: ^1.11.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:zero_inspector_kit/zero_inspector_kit.dart';