bloc_lite library
Classes
- BlocController
-
Provides a BLoC view controller interface to a class. Provides a
PublishSubject
stream that can be subscribed to for updates. Also exposes aStreamSink
and aObservable
for more control over the output. Updates are typically triggered by calling thepublishUpdate
method.