Skip to content

markgravity/stream_selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  },
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors