Skip to Content
Forui 0.12.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( controller: FPaginationController( pages: 20, initialPage: 4, showEdges: false, siblings: 2, ), style: FPaginationStyle(...), initialPage: 1, pages: 20, onChange: () {}, );

Examples

Siblings

Hide Edges

Custom Icons

With a PageView

Usage

Last updated on