riverpod_bloc_stream library

Classes

AutoDisposeBlocStreamProvider<Value>
AutoDisposeBlocStreamProviderFamily<Value, Arg>
A class that allows building a AutoDisposeBlocStreamProvider from an external parameter.
AutoDisposeBlocStreamProviderRef<Value>
An object used by providers to interact with other providers and the life-cycles of the application.
BlocStream<State>
BlocStreamProvider<Value>
BlocStreamProviderFamily<Value, Arg>
BlocStreamProviderRef<Value>

Typedefs

BlocStreamAction<State> = FutureOr<void> Function(State currentState, void add(State))
BlocStreamTransform<State> = State Function(State state)