flutter_rebuild_inspector 0.2.1
flutter_rebuild_inspector: ^0.2.1 copied to clipboard
A runtime widget rebuild visualizer for Flutter. Track rebuild counts, see visual badges (red/yellow/green), and view an in-app dashboard—no DevTools needed.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_rebuild_inspectorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_rebuild_inspector: ^0.2.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:flutter_rebuild_inspector/flutter_rebuild_inspector.dart';