flutter_list_view
Provide enhanced list view include jump index, keep position etc.
1.1.29
12K downloads/mo
#2690 most downloaded on pub.dev
robert-luoqing/flutter_list_view
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 11 months
Most releases are documented
notes for 31 of 41 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
41 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
41 releases · Jan 2022 to Dec 2024Releases
latest 41-
1.1.2917 Dec 2024 -
1.1.2817 Jun 2024 -
1.1.2716 May 2024 -
1.1.2622 Apr 2024 -
1.1.2516 Apr 2024 -
1.1.2431 Mar 2024Release notes
Open source →- Fixed _debugSubtreeRelayoutRootAlreadyMarkedNeedsLayout()': is not true error when disableCacheItems is false
-
1.1.2311 Mar 2024Nothing published for this version
-
1.1.2220 Oct 2023 -
1.1.2106 Dec 2022Nothing published for this version
-
1.1.2002 Dec 2022Nothing published for this version
-
1.1.1927 Nov 2022Nothing published for this version
-
1.1.1815 May 2022 -
1.1.1715 May 2022Release notes
Open source →- Fixed touch item is incorrect when items can't fill full screen and firstItemAlign is FirstItemAlign.end
-
1.1.1614 May 2022Nothing published for this version
-
1.1.1514 May 2022 -
1.1.1414 May 2022Nothing published for this version
-
1.1.1314 Apr 2022Nothing published for this version
-
1.1.1230 Mar 2022 -
1.1.1130 Mar 2022 -
1.1.1028 Mar 2022 -
1.1.927 Mar 2022Nothing published for this version
-
1.1.827 Mar 2022 -
1.1.726 Mar 2022Release notes
Open source →- Fixed when remove all items and jump to index was set, onItemKey will get wrong.
-
1.1.625 Mar 2022Release notes
Open source →- Fixed jump to index or init index will scroll to wrong position when initOffsetBasedOnBottom: true
-
1.1.525 Mar 2022 -
1.1.407 Mar 2022 -
1.1.313 Feb 2022 -
1.1.211 Feb 2022Release notes
Open source →- Fix bug: It cause exception when the user stop scroll manually while invoke animite to index
-
1.1.113 Jan 2022Release notes
Open source →- Provide option to determine whether or not generate items during scrolling to make scroll to index more smooth
-
1.1.012 Jan 2022Release notes
Open source →- Add permanent item which will not to be reused and keep in FlutterListView util FlutterListView disposed
-
1.0.911 Jan 2022Release notes
Open source →- Resolve performance issue when without onItemHeight and onItemKey and child count more than 1M
-
1.0.810 Jan 2022Release notes
Open source →- When reuse exist element, the same key will be priority reused it. avoid update one item twice in very short time.
-
1.0.707 Jan 2022 -
1.0.606 Jan 2022Nothing published for this version
-
1.0.506 Jan 2022 -
1.0.406 Jan 2022 -
1.0.306 Jan 2022 -
1.0.206 Jan 2022Release notes
Open source →- Add initIndex,initOffset and initOffsetBasedOnBottom
- Add Element Positions Callback
-
1.0.105 Jan 2022Nothing published for this version
-
0.1.104 Jan 2022 -
0.1.004 Jan 2022Release notes
Open source →- Provide keep position feature
- provide show top in reverse mode
- Reuse list item element to save performance