declarative_async_widget library

Classes

FutureWidget<T>
A Widget that builds depending on the state of a Future.
StreamWidget<T>
A Widget that builds depending on the state of a Stream.
StreamWidgetFutureWrapper<T>
A simple wrapper.
StreamWidgetFutureWrapperState<T>

Exceptions / Errors

AsyncWidgetUnexpectedError
Error that is thrown when the future inside a FutureWidget or a stream inside a StreamWidget throws an error.
StreamClosedOnLoadingError