stateful_data library

Classes

StatefulData<T>
A wrapper on data that tracks data state and notifies its listeners on changes.
StatefulDataDefaultViews
Provides default views for StatefulDataView widgets placed below in the widget tree.
StatefulDataEmptyView
Default implementation of empty data view.
StatefulDataError
An error that might happen during the data loading.
StatefulDataInitialLoadingErrorView
Default implementation of initial data loading error view.
StatefulDataInitialLoadingView
Default implementation of initial data loading view.
StatefulDataLoadingView
Default implementation of data loading view.
StatefulDataView<T>
A widget to display StatefulData according to its state.

Enums

StatefulDataState
List of possible states of the data.