paginated_list 1.0.3
paginated_list: ^1.0.3 copied to clipboard
A Paginated List widget that displays a list of items using pagination.
1.0.3 ListView Parameters #
- builder and onLoadMore now are required
- isRecentSearch defaults to false and is not required any more
1.0.2 ListView Parameters #
- Now we pass the padding to the ListViewBuilder instead of using a padding widget
- All the ListView.builder parameters has been included
1.0.1 UI Updates #
- Padding parameter included
- Delete icon alignment included
1.0.0+1 Initial Version #
- Created the package