bloc_infinity_list library
Classes
-
AutomaticInfiniteListView<
T> - A widget that implements an automatic infinite scrolling list with pull-to-refresh functionality.
-
AutomaticInfiniteListViewState<
T> -
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 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. -
InfiniteListView<
T> - An abstract base class that implements a stateful widget for infinite lists.
-
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.
-
ManualInfiniteListView<
T> - A specialized widget for manually controlled infinite lists.
-
ManualInfiniteListViewState<
T> -
NoMoreItemsState<
T> - Represents the state indicating no more items in the InfiniteListBloc.
Typedefs
- BoolCallbackAction = bool Function()
- A typedef representing a callback function that returns a boolean value.