I'm going to create a pagination that output 10 data of the list on each page and output data on the next page if the list size is larger than 10.
This is similar to number pagination. The difference from number pagination is that I will swipe to the next or previous page and I will use the GridView List.
I knew I needed to apply the PageView widget to implement this, but I'm not sure what to do.
Are there any good ways or examples of this?
Thank you.