indexed_list_view 1.0.6 indexed_list_view: ^1.0.6 copied to clipboard
Similar to a ListView, but lets you programmatically jump instantly to any item, by index. Performant for lists of any size.
[0.0.1] - 2018/08/14 #
- Infinite list (both up and down).
- Jump to index.
[0.0.2] - 2018/08/14 #
- Small fixes.
- Initial animateToIndex.
[0.0.3] - 2018/08/15 #
- Small fix.
[0.0.4] - 2018/09/12 #
- Removed unnecessary code.
[0.0.5] - 2019/02/22 #
- Fixed dart version.
[1.0.0] - 2019/08/06 #
- New design based on infinite_list_view.
[1.0.5] - 2019/08/28 #
- Lets you define NeverScrollableScrollPhysics.
[1.0.6] - 2019/08/28 #
- MinItemCount and maxItemCount.