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

AutoListState<T>

Typedefs

DataProvider<T> = Future<PaginatedList<T>> Function({int page})
StreamDataProvider<T> = Stream<PaginatedList<T>> Function({int page})