enhanced_paginated_view 1.0.3
enhanced_paginated_view: ^1.0.3 copied to clipboard
the enhanced paginated list view is one of a kind list widget that support pagination
1.0.3 #
- Fix docs.
1.0.2 #
-
Improve the performance of the
onLoadMorebehavior to have three modes.LoadingMode.smooth: is the default mode, it will trigger theonLoadMorewhen the user scroll to 75% of the list.LoadingMode.restrict: it will trigger theonLoadMorewhen the user scroll to 100% of the list. -
New default
emptyWidgetwidget. -
New default
LoadingWidgetwidget. -
New default
errorWidgetwidget. -
Now it's possible to change the
ScrollPhysicsof the list.
1.0.1 #
- BREAKING : The
isLoadingStateis nowshowLoading. - BREAKING : The
showErrorWidgetis nowshowError. - BREAKING : The
emptyWidgetis nowemptyView. - update the bloc example and the docs.
1.0.0 #
- stable version.
- add reverse support. that would be handy when you for example want to show a list of items in reverse order. in a chat app for example.
- improve the example code with some of misunderstanding variables .
0.0.4 #
- some enhancement.
0.0.3 #
- add error widget.
0.0.2 #
- add some example and readme.
0.0.1 #
- init.