pagination_view 1.0.3+2 copy "pagination_view: ^1.0.3+2" to clipboard
pagination_view: ^1.0.3+2 copied to clipboard

outdated

Flutter package to simplify pagination of list of items from the internet.

1.0.3+2 #

  • Updated flutter_bloc to v6.0.1

1.0.3+1 #

  • Updated flutter_bloc to v5.0.1

1.0.3 #

  • 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)

Breaking Change: #

  • Changed seperator to separatorBuilder

1.0.1 #

Breaking Change: #

  • the item builder has a new parameter (index).

1.0.0+1 #

  • Fixed bottomLoader visible if list is short (#3)

1.0.0 (Breaking changes) #

  • Moved to bloc to handle state changes
  • Check example for change in parameters

0.7.0 #

  • Added Refresh Indicator which can be enabled by onRefresh property

0.6.0 #

  • Added reverse attribute

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
161
likes
0
pub points
91%
popularity

Publisher

verified publishervedartm.com

Flutter package to simplify pagination of list of items from the internet.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bloc, flutter, flutter_bloc

More

Packages that depend on pagination_view