auto_list/bloc/auto_list_cubit library
Classes
-
AutoListCubit<
T> - A Cubit used to load a paginated list. You may want to use it in conjunction with AutoListView
-
AutoListErrorState<
T> -
AutoListLoadingMoreState<
T> -
AutoListLoadingState<
T> -
AutoListReadyState<
T>
Mixins
Typedefs
-
DataProvider<
T> = Future< PaginatedList< Function({int page})T> > -
StreamDataProvider<
T> = Stream< PaginatedList< Function({int page})T> >