bloc_oracle 0.1.2 copy "bloc_oracle: ^0.1.2" to clipboard
bloc_oracle: ^0.1.2 copied to clipboard

A widget that allows you to display the result of Bloc observer on the screen

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bloc_oracle

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

dependencies:
  bloc_oracle: ^0.1.2

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_oracle/bloc_oracle.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A widget that allows you to display the result of Bloc observer on the screen

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_bloc

More

Packages that depend on bloc_oracle