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

A wrapper class of StreamBuilder, which provides an easy way to work with stream.

Stream Selector #

A wrapper class of StreamBuilder, which provides an easy way to work with stream.

How to use #

Use StreamSelector which is a Flutter widget, it will invokes the builder in response to signal emits from a input stream.

StreamSelector<DataType>(
  stream: stream,
  builder: (context, data, child) {
    // return widget here based on stream emits
  },
)
0
likes
140
pub points
37%
popularity

Publisher

unverified uploader

A wrapper class of StreamBuilder, which provides an easy way to work with stream.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, nested

More

Packages that depend on stream_selector