auto_content library

Classes

AutoContentCubit<T>
A Cubit used to load a single value from a future. You may want to use it in conjunction with AutoContentView
AutoContentErrorState<T>
AutoContentLoadingState<T>
AutoContentReadyState<T>
AutoContentView<T>
A widget to display a data obtain from an AutoContentCubit. Its meant to display something at each stage of the completion of the Future

Mixins

AutoContentState<T>