You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds physics parameter. Defaults to [AlwaysScrollablePhysics]
1.1.2
Initializes getItems with default empty List to avoid LateInitializationError
Internal code refactoring
1.1.1
Internal code refactoring
1.1.0 ✨ New Features - Simplifies & Improves API
Adds new builder InfiniteGroupedList.gridView.
Define your gridDelegate and customise it as you want.
Fields made optional:
seperatorBuilder
sortGroupBy
Removes the padding that was not removed on previous version.
1.0.1 🐛 Bug fixes & API improvements
Removes padding parameter as it does not correspond to anything
Adds isPaged parameter. If the onLoadMore is not paged, everytime the same items will be added to the list when the list reaches at the bottom. Therefore, we should set the isPaged to false and after the initial fetch it will stop fetching the items. It defaults to true