bloc_inspector 0.0.3 copy "bloc_inspector: ^0.0.3" to clipboard
bloc_inspector: ^0.0.3 copied to clipboard

outdated

Inspect changes in states in your application projects using the BLoC architecture. __N/B__: You need the BLoC Inspector Client and this package to see or inspect your BLoC states.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bloc_inspector

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  bloc_inspector: ^0.0.3

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:bloc_inspector/bloc_inspector.dart';
0
likes
0
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

Inspect changes in states in your application projects using the BLoC architecture. __N/B__: You need the BLoC Inspector Client and this package to see or inspect your BLoC states.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_bloc, freezed_annotation, json_annotation, logger, nsd, package_info_plus, synchronized, tcp_client_dart

More

Packages that depend on bloc_inspector