infinite_grouped_list 1.1.0
infinite_grouped_list: ^1.1.0 copied to clipboard
Dynamic scrolling list in Flutter, efficiently grouping items and seamlessly loading more data as user scrolls
1.1.0 ✨ New Features - Simplifies & Improves API #
- Adds new builder
InfiniteGroupedList.gridView. Define yourgridDelegateand customise it as you want.
- Fields made optional:
seperatorBuildersortGroupBy
- Removes the
paddingthat was not removed on previous version.
1.0.1 🐛 Bug fixes & API improvements #
- Removes
paddingparameter as it does not correspond to anything - Adds
isPagedparameter. If theonLoadMoreis not paged, everytime the same items will be added to the list when the list reaches at the bottom. Therefore, we should set theisPagedtofalseand after the initial fetch it will stop fetching the items. It defaults totrue - Checks if
mountedbefore setting state
1.0.0 🎉 Initial release #
- Initial release