value_stream 1.1.0 copy "value_stream: ^1.1.0" to clipboard
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.
1
likes
140
points
985
downloads

Publisher

verified publishericysun.fr

Weekly Downloads

Dart package that provides a set of basic streams with easy access to the latest emitted value

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on value_stream