enhanced_paginated_view 1.0.5 copy "enhanced_paginated_view: ^1.0.5" to clipboard
enhanced_paginated_view: ^1.0.5 copied to clipboard

the enhanced paginated list view is one of a kind list widget that support pagination

1.0.5 #

  • Add new property itemsPerPage to calculate page number more accurately.
  • Add new property shouldDeduplicate to remove duplicate items from the list.
  • Add new extension method enhancedDeduplication() to remove duplicate items from the list.

1.0.4 #

  • Improve overall performance.
  • Get rid of the LoadingModes and use a new way to trigger the onLoadMore behavior.

1.0.3 #

  • Fix docs.

1.0.2 #

  • Improve the performance of the onLoadMore behavior to have three modes. LoadingMode.smooth: is the default mode, it will trigger the onLoadMore when the user scroll to 75% of the list. LoadingMode.restrict: it will trigger the onLoadMore when the user scroll to 100% of the list.

  • New default emptyWidget widget.

  • New default LoadingWidget widget.

  • New default errorWidget widget.

  • Now it's possible to change the ScrollPhysics of the list.

1.0.1 #

  • BREAKING : The isLoadingState is now showLoading.
  • BREAKING : The showErrorWidget is now showError.
  • BREAKING : The emptyWidget is now emptyView.
  • 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.
17
likes
0
points
186
downloads

Publisher

verified publishermustafaix.live

Weekly Downloads

the enhanced paginated list view is one of a kind list widget that support pagination

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on enhanced_paginated_view