- BREAKING:
header
andfooter
accepts only sliver widget. If you want to add a normal widget wrap it withSliverToBoxAdapter(child: YourWidget())
. Check example for more clarity. - Updates dependencies to latest version.
- BREAKING: Opt into null safety
- Updates pub packages
- Fixes refresh issue and removes
pageRefersh
- Added support for
header
andfooter
- Updated
flutter_bloc
to v6.0.1
- Updated
flutter_bloc
to v5.0.1
- Added
pullToRefresh
to enable swipe to refresh to the pagination view - Added optional
scrollController
attribute - Added
pageRefresh
to use custom onTap to refresh. (Check example)
- Changed
seperator
toseparatorBuilder
- Added Support for GridView type (#7) @Saifallak
- the item builder has a new parameter (index).
- Fixed bottomLoader visible if list is short (#3)
- Moved to
bloc
to handle state changes - Check example for change in parameters
- Added Refresh Indicator which can be enabled by
onRefresh
property
- Added
reverse
attribute
- Fixed
NoSuchMethodError
- Added necessary ListView attributes like
shrinkWrap
,physics
, etc.,
- Now you can preload list view with
initialData
- Change in Example and Description
- Initial release