pagination_view 1.0.0+1
pagination_view: ^1.0.0+1 copied to clipboard
Flutter package to simplify pagination of list of items from the internet.
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