abc_bloc_inspector 1.0.0 copy "abc_bloc_inspector: ^1.0.0" to clipboard
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_inspector

This 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.0

Alternatively, 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';
0
likes
150
points
1.84k
downloads

Publisher

verified publisherlycorp.co.jp

Weekly Downloads

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 directly overwriting state with a `Map`. These features assist in tracking state and mocking state in the DevTools extension, providing a robust environment for testing and debugging.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

bloc, flutter

More

Packages that depend on abc_bloc_inspector