Package-level declarations
Functions
A composable that subscribes to a StateEmitter's state stream and passes the current state to content on every emission.
Overload that resolves the bloc from BlocRegistry by KClass.
A composable that combines BlocListener and BlocBuilder with buildWhen into a single, declarative component.
Overload that resolves the bloc from BlocRegistry by KClass.
A composable that reacts to StateEmitter state changes as side effects, without causing content to rebuild.
Overload that resolves the bloc from BlocRegistry by KClass.
A composable that registers StateEmitter instances (Bloc or Cubit) with BlocRegistry and makes them available to any descendant composable.
A composable that derives a value from a StateEmitter's state and rebuilds content only when that derived value changes.
Overload that resolves the bloc from BlocRegistry by KClass.