0.0.1-nullsafety.5 - Jan 31, 2021
Pre-release
Pre-release
hoc081098
released this
31 Jan 11:39
·
292 commits
to master
since this release
- Added
ValueStreamController
: like a single-subscriptionStreamController
except
the stream of this controller is a single-subscriptionNotReplayValueStream
. - Added
toNotReplayValueStream
extension: converts aStream
to a single-subscriptionNotReplayValueStream
.