state_queue library

Classes

StateQueue<T>
A bloc emitting a single state value, which is updated by running updater functions (within run) in sequence.

Typedefs

StateUpdater<T> = Stream<T> Function(T state)