Skip to Content
Forui 0.17.0 is released 🎉

Pagination

Display the current active page and enable navigation between multiple pages.

CLI

To generate and customize this style:

dart run forui style create pagination

Usage

FPagination(...)

FPagination( control: FPaginationControl.managed( pages: 20, initial: 4, showEdges: false, siblings: 2, onChange: (page) {}, ), style: (style) => style.copyWith(...), previous: const Placeholder(), next: const Placeholder(), );

Examples

Siblings

Hide Edges

Custom Icons

With a PageView

Last updated on