core/stream_observable library

Classes

StreamObservable<T>
A reactive wrapper around Dart's Stream, enabling observable state, error handling, and reactive UI updates.

Enums

StreamState
Represents the various states a StreamObservable can be in.

Extensions

StreamObservableExtension on Stream<T>
Extension on Stream to easily convert it to a StreamObservable.