ispect 5.2.0-dev.10
ispect: ^5.2.0-dev.10 copied to clipboard
In-app observability and QA diagnostics toolkit for Flutter, with logs, network tracing, layout inspection, exports, and redaction.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ispectThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ispect: ^5.2.0-dev.10Alternatively, 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:ispect/ispect.dart';