great_list_view
A Flutter package that enhance the standard list view with implicit animations on changes and so on. See README.md file.
0.2.3
3.8K downloads/mo
#4268 most downloaded on pub.dev
DavideBelsole/great_list_view
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships unpredictably
gaps range from 8 days to 12 months
Some releases are documented
notes for 7 of 23 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
23 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
23 releases · Nov 2020 to Feb 2023Releases
latest 23-
0.2.306 Feb 2023Nothing published for this version
-
0.2.202 Feb 2023 -
0.2.131 Jan 2023 -
0.2.029 Dec 2022Release notes
Open source →- Library has been revised and rewritten (again);
- New feature: now, items can be moved with animations;
- Library dependencies bug fixed.
-
0.2.0+129 Dec 2022Nothing published for this version
-
0.2.0+204 Jan 2023Nothing published for this version
-
0.1.427 Dec 2021Nothing published for this version
-
0.1.314 Dec 2021Nothing published for this version
-
0.1.211 Dec 2021Nothing published for this version
-
0.1.130 Sep 2021Nothing published for this version
-
0.1.007 Sep 2021Release notes
Open source →- Library completely revised and rewritten;
- Removed animation builders (AnimatedListAnimationBuilder) in favor of keeping item states at all times: wrapping the item to add animation effects was resulting in losing the item state);
- Outcoming and incoming items share the same animation now (see AnimatedWidgetBuilderData.animation);
- Removed changing animation in favor of implicit flutter animations: alternatively, the new widget MorphTransition has been introduced to create a cross-fade effect when item is changing its content;
- Introduced the AnimatedSliverFixedExtentList, inspired by SliverFixedExtentList, to create a list with fixed size items;
- Introduced the AnimatedListView, inspired by ListView, to create a list view faster, without necessarily using slivers;
- Reordering now works even while the list is animating.
-
0.1.0+108 Sep 2021Nothing published for this version
-
0.0.1021 May 2021 -
0.0.10+121 May 2021Nothing published for this version
-
0.0.919 Apr 2021 -
0.0.830 Nov 2020Nothing published for this version
-
0.0.727 Nov 2020Nothing published for this version
-
0.0.626 Nov 2020Nothing published for this version
-
0.0.523 Nov 2020Nothing published for this version
-
0.0.423 Nov 2020Nothing published for this version
-
0.0.315 Nov 2020Nothing published for this version
-
0.0.215 Nov 2020Nothing published for this version
-
0.0.115 Nov 2020Release notes
Open source →Initial alpha release. Includes
AnimatedSliverList,AnimatedListDiffDispatcherandTreeListAdaptercore classes.