bloc_infinity_list library
Classes
-
AutomaticInfiniteListView<
T> - A widget that implements an automatic infinite scrolling list with pull-to-refresh functionality.
-
AutomaticInfiniteListViewState<
T> -
InfiniteListView<
T> - An abstract base class that implements a stateful widget for infinite lists, with optional pull-to-refresh and various customization parameters.
-
ManualInfiniteListView<
T> - A specialized widget for manually controlled infinite lists, featuring a "Load More" button at the bottom of the list.
-
ManualInfiniteListViewState<
T> - The state class for ManualInfiniteListView.
Typedefs
- BoolCallbackAction = bool Function()
- A typedef representing a callback function that returns a boolean value.