streamful library

Widgets and utilities to deal with streams

Classes

Loading
Use this class as mixin for BLoC where you need a loading stream for example to show a StreamedLoading
StreamedLoading
A Circular indicator to be showed when the given stream value is true.
StreamWidget<T>
Wrapper of StreamBuilder.

Typedefs

DataCallBack<T> = Widget Function(T data)
ErrorCallBack<Object> = Widget Function(Object error)