inherited_stream library

Classes

DeferredInheritedStream<T extends Stream>
A variant of InheritedStream which supports a deferred subscription to the Stream.
InheritedStream<T extends Stream>
An inherited widget for a Stream, which updates its dependencies when the Stream emits.