Skip to content

0.0.1-nullsafety.5 - Jan 31, 2021

Pre-release
Pre-release
Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 31 Jan 11:39
· 292 commits to master since this release
  • Added ValueStreamController: like a single-subscription StreamController except
    the stream of this controller is a single-subscription NotReplayValueStream.
  • Added toNotReplayValueStream extension: converts a Stream to a single-subscription NotReplayValueStream.