pagination_view 2.0.0
pagination_view: ^2.0.0 copied to clipboard
Flutter package to simplify pagination of list of items from the internet.
2.0.0 #
- BREAKING:
headerandfooteraccepts 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.
2.0.0-nullsafety.0 #
- BREAKING: Opt into null safety
1.0.4+2 #
- Updates pub packages
1.0.4+1 #
- Fixes refresh issue and removes
pageRefersh
1.0.4 #
- Added support for
headerandfooter
1.0.3+2 #
- Updated
flutter_blocto v6.0.1
1.0.3+1 #
- Updated
flutter_blocto v5.0.1
1.0.3 #
- Added
pullToRefreshto enable swipe to refresh to the pagination view - Added optional
scrollControllerattribute - Added
pageRefreshto use custom onTap to refresh. (Check example)
Breaking Change: #
- Changed
seperatortoseparatorBuilder
1.0.1 #
- Added Support for GridView type (#7) @Saifallak
Breaking Change: #
- the item builder has a new parameter (index).
1.0.0 (Breaking changes) #
- Moved to
blocto handle state changes - Check example for change in parameters
0.7.0 #
- Added Refresh Indicator which can be enabled by
onRefreshproperty
0.6.0 #
- Added
reverseattribute
0.5.0 #
- Fixed
NoSuchMethodError
0.4.0 #
- Added necessary ListView attributes like
shrinkWrap,physics, etc.,
0.3.0 #
- Now you can preload list view with
initialData
0.2.0 #
- Change in Example and Description
0.1.0 #
- Initial release