Skip to Content
Forui 0.11.0 is released 🎉

Pagination

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

Usage

FPagination(...)

FPagination( controller: FPaginationController( pages: 20, initialPage: 4, showEdges: false, siblings: 2, ), initialPage: 1, pages: 20, onChange: () {}, );

Examples

Siblings

Hide Edges

Custom Icons

With a PageView

Usage

Last updated on