stream_transform 0.0.2 copy "stream_transform: ^0.0.2" to clipboard
stream_transform: ^0.0.2 copied to clipboard

outdatedDart 1 only

A collection of utilities to transform and manipulate streams.

Contains utility methods to create StreamTransfomer instances to manipulate Streams.

buffer #

Collects values from a source stream until a trigger stream fires and the collected values are emitted.

concat #

Appends the values of a stream after another stream finishes.

debounce, debounceBuffer #

Prevents a source stream from emitting too frequently by dropping or collecting values that occur within a given duration.

merge, mergeAll #

Interleaves events from multiple streams into a single stream.

236
likes
0
pub points
99%
popularity

Publisher

verified publishertools.dart.dev

A collection of utilities to transform and manipulate streams.

Homepage

License

unknown (LICENSE)

More

Packages that depend on stream_transform