bloc_subject 0.3.1 copy "bloc_subject: ^0.3.1" to clipboard
bloc_subject: ^0.3.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

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

dependencies:
  bloc_subject: ^0.3.1

Alternatively, your editor might support dart 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';
1
likes
0
pub points
22%
popularity

Publisher

verified publishervoyver.com

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

unknown (license)

Dependencies

rxdart

More

Packages that depend on bloc_subject