animated_infinite_scroll_pagination 0.2.1 animated_infinite_scroll_pagination: ^0.2.1 copied to clipboard
Flutter package loads and displays small parts of the elements when you scroll down on the screen
0.0.1 #
- initial release.
0.0.2 #
- Fix sorting items.
0.0.3 #
- Add Gitlab source code.
0.0.4 #
- Fix Custom loading Widget.
0.0.5 #
- Add On Refresh callback.
0.0.6 #
- Add insert new item to list method.
0.0.7 #
- Add topWidget to place some view at the top of scrollView.
0.0.8 #
- Fix adding topWidget.
0.1.0 #
- Fix Pagination when first page is empty.
0.1.1 #
- Add scrollDirection and gridDelegate.
0.1.2 #
- fix scrolling gridDelegate.
0.1.4 #
- add custom child as argument to ScrollView.
0.1.5 #
- add no items widget.
0.1.7 #
- update implicitly_animated_reorderable_list version.
- rename PaginationViewModel.params to PaginationViewModel.paginationParams
0.1.8 #
- update readme.md
0.1.9 #
- update flutterx_live_data package version
0.2.0 #
- update implicitly_animated_reorderable_list package version
0.2.1 #
- add index to itemBuilder