auto_list library
Classes
-
AutoListCubit<
T> - A Cubit used to load a paginated list. You may want to use it in conjunction with AutoListView
-
AutoListErrorState<
T> -
AutoListLoadingMoreErrorState<
T> -
AutoListLoadingMoreState<
T> -
AutoListLoadingState<
T> -
AutoListReadyState<
T> -
AutoListView<
T> -
PaginatedList<
T> - PaginatedList is a representation of a portion of a bigger list at a given time. This is used to track a remote list while locally supporting only a small portion of data.
-
SliverAutoListView<
T>
Mixins
Typedefs
-
DataProvider<
T> = Future< PaginatedList< Function({int page})T> > -
StreamDataProvider<
T> = Stream< PaginatedList< Function({int page})T> >