pagination_view
pagination_view copied to clipboard
Flutter package to simplify pagination of list of items from the internet.
Hi, I want to update my particular one-row data on the item click. without refreshing all data
Change log for version 2.0.0 details breaking issue where header and footer only accept Sliver Widget. Example code uses Text() Widget. As a result the example code does not run...
Hi there! I updated some dependencies. I hope you can create a new release soon since te latest available release on pub.dev required `flutter_bloc: 7.*.*` Fixes #58
Please update bloc version, thanks
Hi, could it be possible to add a snap option to the listview? Thanks
Hi there! I have the issue the elements can occur multiple times in the `PaginationView`. This is the case if new elements are added to the top of my list...
Hi, could you please add pageviews as a scrolling widget (along with grid and list)? Also, could you please allow us to configure pageviews, lists and grids? Thanks
First of all, appreciate for a great work. However I encountered a problem. When the fetched data length from backend is less than the page size, for example data length...
Hi. Is there a way to manual retry, If I catch some network error inside pageFetch function? For example in this case I can show User an Error message and...
Hello @vedartm, do you still maintain this library?