philiprehberger_state_inspector 0.3.0
philiprehberger_state_inspector: ^0.3.0 copied to clipboard
Debug overlay showing state changes, rebuild counts, and transition history
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add philiprehberger_state_inspectorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
philiprehberger_state_inspector: ^0.3.0Alternatively, 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:philiprehberger_state_inspector/philiprehberger_state_inspector.dart';