infinite_list_bloc/infinite_list_bloc library

Classes

BaseInfiniteListState<T>
Abstract base class for states in the InfiniteListBloc.
ErrorState<T>
Represents the error state of the InfiniteListBloc.
InfiniteListBloc<T>
Abstract class representing a BLoC (Business Logic Component) for handling infinite lists.
InfiniteListEvent
Abstract base class for events in the InfiniteListBloc.
InfiniteListState<T>
Represents the state of the list containing items of type T.
InitialState<T>
Represents the initial state of the InfiniteListBloc.
LoadedState<T>
Represents the loaded state of the InfiniteListBloc.
LoadingState<T>
Represents the loading state of the InfiniteListBloc.
LoadItemsEvent
Event triggered to load initial items in the list.
LoadMoreItemsEvent
Event triggered to load more items in the list.
NoMoreItemsState<T>
Represents the state indicating no more items in the InfiniteListBloc.