0.28.0
New
-
ValueStream:
- Add
lastEventOrNullgetter toValueStream, which returns the last emitted event (either data/value or error event), ornull. - Add
isLastEventValue,isLastEventErroranderrorAndStackTraceOrNullextension getters toValueStream, to check the kind of the last emitted event is data/value or error. - Update documentation.
- Add
-
ReplayStream:
- Add
errorAndStackTracestoReplayStream, which returns a list of emittedErrorAndStackTraces.
- Add
-
Rename
NotificationandKindto better reflect their purpose, and to avoid confusion with Flutter's Notification class.