Initial alpha release. Includes AnimatedSliverList
, AnimatedListDiffDispatcher
and TreeListAdapter
core classes.
- Bug fixes;
- Null-safety support.
- fixed worker_manager depedencies error.
- 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.
- Library has been revised and rewritten (again);
- New feature: now, items can be moved with animations;
- Library dependencies bug fixed.
- bug fix assertion '_notificationCallStackDepth == 0'
- fixed several bugs, more stable version