indexed_list_view 4.0.0
indexed_list_view: ^4.0.0 copied to clipboard
Infinite ListView that lets you programmatically jump instantly to any item, by index. Performant for lists of any size.
3.0.2 - 2022-11-16 #
- Flutter 3.16.0 compatible.
2.0.2 - 2020-04-14 #
- Fixed
animateTo()
method which was not using theduration
andcurve
parameters.
2.0.1 - 2020-09-20 #
- Docs improvement.
2.0.0 - 2021-03-05 #
- Nullsafety.
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.