value_stream 0.2.0
value_stream: ^0.2.0 copied to clipboard
Flutter package that provides a set of basic streams with easy access to the latest emitted value
0.2.0 #
- Add DataStream.fromStream constructor
0.1.0 #
- EventStreamBuilder now handle initialError
- Add EventStreamBuilder.fromStream constructor
0.0.5 #
- Add EventStream.fromStream constructor
0.0.4 #
- Add ValueStream.first getter
0.0.3 #
- Allow null stream on EventStreamBuilder
0.0.2 #
- Finish first implementation
0.0.1 #
- Initial release.