streams/value_stream library

Classes

FStream<T>
A value stream based where the first element is a future
FuturesStream
HeadedEntryStream<K, V>
HStream<T>
SyncStream<T>
The SyncStream is used to control (and potentially debounce) updates to a single value, that are then dispatched as a single stream of updates
ValueStream<T>
Interface representing a stream that has a current or initial value as well.
ValueStreamController<T>
A class that tracks a single value as a stream, but can also provide the latest value;

Functions

streamOfNullableFuture<T>(Future<T?>? nullable) Stream<T>