value_stream 1.1.0
value_stream: ^1.1.0 copied to clipboard
Dart package that provides a set of basic streams with easy access to the latest emitted value
1.1.0 #
- New
next
getter to await the next event in the stream.
1.0.0 #
- BREAKING: split package in 2, to remove flutter dependency. Widgets of this package are now in the
value_stream_flutter
package.
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.