bloc_subject_provider 0.3.1 copy "bloc_subject_provider: ^0.3.1" to clipboard
bloc_subject_provider: ^0.3.1 copied to clipboard

Reactive event based state management. Implementation of the Bloc pattern as an rxdart subject (BlocSubject) and a riverpod provider for the new subject (BlocSubjectProvider).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloc_subject_provider

With Flutter:

 $ flutter pub add bloc_subject_provider

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

dependencies:
  bloc_subject_provider: ^0.3.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_provider/bloc_subject_provider.dart';
1
likes
0
pub points
14%
popularity

Publisher

verified publishervoyver.com

Reactive event based state management. Implementation of the Bloc pattern as an rxdart subject (BlocSubject) and a riverpod provider for the new subject (BlocSubjectProvider).

Repository (GitHub)
View/report issues

Topics

#state-management #bloc #rxdart #reactive-programming #streams

License

unknown (license)

Dependencies

bloc_subject, flutter, meta, riverpod

More

Packages that depend on bloc_subject_provider