flutter_bloc_debug 0.2.0-dev copy "flutter_bloc_debug: ^0.2.0-dev" to clipboard
flutter_bloc_debug: ^0.2.0-dev copied to clipboard

A set of debugger tools for developing an app designed with the BLoC pattern.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_bloc_debug

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

dependencies:
  flutter_bloc_debug: ^0.2.0-dev

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:flutter_bloc_debug/flutter_bloc_debug.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A set of debugger tools for developing an app designed with the BLoC pattern.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_bloc_debug