evented_bloc 0.0.2 copy "evented_bloc: ^0.0.2" to clipboard
evented_bloc: ^0.0.2 copied to clipboard

An extension to the bloc state management library which adds support for firing outgoing events from blocs to external listeners.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add evented_bloc

With Flutter:

 $ flutter pub add evented_bloc

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

dependencies:
  evented_bloc: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:evented_bloc/evented_bloc.dart';
0
likes
160
pub points
0%
popularity
screenshot

Publisher

verified publisherjovazcode.com

An extension to the bloc state management library which adds support for firing outgoing events from blocs to external listeners.

Repository (GitHub)
View/report issues

Topics

#bloc #events-streaming #outgoing-events #temporary-states

Documentation

API reference

License

MIT (license)

Dependencies

bloc, meta

More

Packages that depend on evented_bloc