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

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';
1
likes
150
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

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

rxdart

More

Packages that depend on bloc_subject