animated_infinite_scroll_pagination 1.0.3 copy "animated_infinite_scroll_pagination: ^1.0.3" to clipboard
animated_infinite_scroll_pagination: ^1.0.3 copied to clipboard

Flutter package loads and displays small parts of the elements when you scroll down on the screen

1.0.3 #

  • add updateItem method

1.0.2 #

  • fix cached State

1.0.1 #

  • update README.md

1.0.0 #

  • working with slivers
  • add PaginationController

0.3.9 #

  • update implicitly_animated_reorderable_list_2 version to 0.6.0

0.3.6 #

  • fix refresh

0.3.5 #

  • add context to item builder

0.2.8 #

  • fix display no items widget

0.2.7 #

  • whether to spawn a new isolate on which to calculate the diff on

0.2.6 #

  • fix cache list items on clear

0.2.5 #

  • fix clear data

0.2.4 #

  • add padding to scrollView

0.2.3 #

  • fix footer loader widget

0.2.2 #

  • improvements

0.2.1 #

  • add index to itemBuilder

0.2.0 #

  • update implicitly_animated_reorderable_list package version

0.1.9 #

  • update flutterx_live_data package version

0.1.8 #

  • update readme.md

0.1.7 #

  • update implicitly_animated_reorderable_list version.
  • rename PaginationViewModel.params to PaginationViewModel.paginationParams

0.1.5 #

  • add no items widget.

0.1.4 #

  • add custom child as argument to ScrollView.

0.1.2 #

  • fix scrolling gridDelegate.

0.1.1 #

  • Add scrollDirection and gridDelegate.

0.1.0 #

  • Fix Pagination when first page is empty.

0.0.8 #

  • Fix adding topWidget.

0.0.7 #

  • Add topWidget to place some view at the top of scrollView.

0.0.6 #

  • Add insert new item to list method.

0.0.5 #

  • Add On Refresh callback.

0.0.4 #

  • Fix Custom loading Widget.

0.0.3 #

  • Add Gitlab source code.

0.0.2 #

  • Fix sorting items.

0.0.1 #

  • initial release.