abc_bloc_inspector 1.0.0
abc_bloc_inspector: ^1.0.0 copied to clipboard
The ABC Bloc Inspector is a Flutter package that aids in debugging by providing advanced tools like `AbcBlocInspectorObserver` for tracking state changes in DevTools, and `StateReplayBloc` for directl [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add abc_bloc_inspectorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
abc_bloc_inspector: ^1.0.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:abc_bloc_inspector/abc_bloc_inspector.dart';