web_pagination 0.0.5 copy "web_pagination: ^0.0.5" to clipboard
web_pagination: ^0.0.5 copied to clipboard

This package help to create a web pagination easily

web_pagination #

A new Flutter package project.

Getting Started #

This package help to create a web pagination easily

WebPaginationWidget(
              actualPage: actualPage,
              countToDisplay: 10,
              totalPages: 1,
              buttonColor: Colors.black,
              buttonTextColor: Colors.white,
              onPageChange: (page) {
                setState(() {
                  actualPage = page;
                });
              },
            )
3
likes
90
pub points
55%
popularity

Publisher

unverified uploader

This package help to create a web pagination easily

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on web_pagination