bloc_subject 0.4.1 copy "bloc_subject: ^0.4.1" to clipboard
bloc_subject: ^0.4.1 copied to clipboard

Reactive event based state management. Implementation of the Bloc pattern as an rxdart subject (BlocSubject).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloc_subject

With Flutter:

 $ flutter pub add bloc_subject

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

dependencies:
  bloc_subject: ^0.4.1

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:bloc_subject/bloc_subject.dart';
4
likes
160
points
49
downloads

Documentation

API reference

Publisher

verified publishervoyver.com

Weekly Downloads

Reactive event based state management. Implementation of the Bloc pattern as an rxdart subject (BlocSubject).

Repository (GitHub)
View/report issues

Topics

#bloc #rxdart #reactive-programming #streams #reactive

License

Apache-2.0 (license)

Dependencies

rxdart

More

Packages that depend on bloc_subject