bloc_subject 0.3.0
bloc_subject: ^0.3.0 copied to clipboard
Reactive event based state management. Implementation of the Bloc pattern as an rxdart subject (BlocSubject).
bloc_subject #
bloc_subject is a Dart package that introduces the BlocSubject class, a combination of RxDart's BehaviorSubject with the powerful BLoC (Business Logic Component) pattern. It allows you to handle events and state changes in a reactive way, leveraging RxDart's stream manipulation capabilities while maintaining state and responding to events asynchronously.