- Introduced
PagingWidgetBuilder
an abstract paging builder that can be used to build custom paging widgets such as Grid, List, or any other custom paging widget. - Added
ItemPositionsNotifier
for tracking item positions in scrollable lists.
- [#11] Fix generating prepend load trigger notification when
prefetchIndex
is bigger than the items visible on the screen. - [#7] Fix generating load trigger notification when
itemCount
is less thanprefetchIndex
. - Added support for the
Pager.refresh
method to accept an optionalrefreshKey
parameter.
- Initial Release.