indexed_list_view 2.0.0-nullsafety.1 indexed_list_view: ^2.0.0-nullsafety.1 copied to clipboard
Infinite ListView that lets you programmatically jump instantly to any item, by index. Performant for lists of any size.
[1.1.7] - 2020/10/01 #
- Docs improvement.
[1.1.5] - 2020/09/14 #
- Docs improvement.
[1.1.4] - 2020/05/19 #
- Docs improvement.
[1.0.8] - 2019/08/30 #
- Fixed PageStorageKey.
[1.0.6] - 2019/08/28 #
- MinItemCount and maxItemCount.
[1.0.5] - 2019/08/28 #
- Lets you define NeverScrollableScrollPhysics.
[1.0.0] - 2019/08/06 #
- New design based on infinite_list_view.
[0.0.5] - 2019/02/22 #
- Fixed dart version.
[0.0.4] - 2018/09/12 #
- Removed unnecessary code.
[0.0.3] - 2018/08/15 #
- Small fix.
[0.0.2] - 2018/08/14 #
- Small fixes.
- Initial animateToIndex.
[0.0.1] - 2018/08/14 #
- Infinite list (both up and down).
- Jump to index.