streamjoin 1.0.0 copy "streamjoin: ^1.0.0" to clipboard
streamjoin: ^1.0.0 copied to clipboard

A type-safe Dart library for joining multiple streams into a single stream.

A type-safe Dart library for joining multiple streams into a single stream.

By using the join extension, you can join multiple streams into a single stream emitting the latest value from each stream whenever any stream emits a value:

(stream1, stream2).join

For a full example, see the Example page.

1
likes
160
pub points
16%
popularity

Publisher

verified publisherinteracsion.dev

A type-safe Dart library for joining multiple streams into a single stream.

Repository (GitHub)
View/report issues

Topics

#util #streams #extension #async

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on streamjoin