list_view_item_builder 1.2.0
list_view_item_builder: ^1.2.0 copied to clipboard
Item builder for ListView,to quickly build header & item & footer,and jumpTo any position by section & index.
0.0.1 #
- First release, see usage for details.
0.0.2 #
- Added example.
0.3.0 #
- Modified comments.
0.4.0 #
- Fixed bug.
0.5.0 #
- Fixed bug
- Modified interfaces
- 1.'headerWidget' => 'headerWidgetBuilder'
- 2.'footerWidget' => 'footerWidgetBuilder'
0.6.0 #
- Added loadMoreWidgetBuilder property.
0.7.0 #
- Fixed loadMoreWidgetBuilder property.
0.8.0 #
- Removed required property limit.
0.9.0 #
- Modified example and screenshot.
1.0.0 #
- Added jumpTo(section,index) and animateTo(section,index,animation) functions.
1.1.0 #
- Fixed jumpTo and animateTo function offset bug.
1.2.0 #
- Support for horizontal scrolling by jumpTo and animateTo.