pagination_controller
library
Classes
-
CubitPaginatedListBuilder<ItemType, PM extends PaginationMethod, ErrorType>
-
-
A pagination controller that uses the Bloc Cubit pattern for state management.
-
DataListPCState<ItemType, PM extends PaginationMethod, ErrorType>
-
Represents a state with data in the list.
-
EmptyListPCState<ItemType, PM extends PaginationMethod, ErrorType>
-
Represents an empty list state.
-
ErrorListPCState<ItemType, PM extends PaginationMethod, ErrorType>
-
Represents an error state with an optional description.
-
Represents a failed pagination result.
-
FlutterPaginatedListBuilder<ItemType, PM extends PaginationMethod, ErrorType>
-
-
A pagination controller that uses Flutter's ChangeNotifier for state management.
-
-
-
An abstract class that defines a pagination controller.
-
Base class that defines the state of the pagination controller.
-
Abstract class that defines the pagination method interface.
-
Base class for pagination result.
-
Represents a successful pagination result.