- Introduced
PagingWidgetBuilderan abstract paging builder that can be used to build custom paging widgets such as Grid, List, or any other custom paging widget. - Added
ItemPositionsNotifierfor tracking item positions in scrollable lists.
- [#11] Fix generating prepend load trigger notification when
prefetchIndexis bigger than the items visible on the screen. - [#7] Fix generating load trigger notification when
itemCountis less thanprefetchIndex. - Added support for the
Pager.refreshmethod to accept an optionalrefreshKeyparameter.
- Initial Release.