animated_list_plus 0.5.2
animated_list_plus: ^0.5.2 copied to clipboard
A Flutter ListView that implicitly animates between the changes of two lists with the support to reorder its items.
0.5.2 #
- Add
clipBehaviorargument
0.5.1 #
- Add support for separator builder. You can now use
SliverImplicitlyAnimatedList.separatedorImplicitlyAnimatedReorderableList.separated.
0.5.0 #
- Minim supported Flutter version is 3.7.0
- Use
.maybeOfbecause.ofis throwing a Exception in 3.7.0
0.4.5 #
- Fix compatibility with new Flutter 3.7.0. They now also have an
AnimatedItemBuildertype.
0.4.4 #
- Fix README
0.4.3 #
-
Saved the old
implicitly_animated_reorderable_list -
Updated to Flutter 3
-
Saved the old
implicitly_animated_reorderable_list -
Updated to Flutter 3
0.4.2 #
- Fixed #54, #72
0.4.0 #
- Added NNBD support
- Fixed #19, #49, #50, #52
- Improved
Handleis now able to capture pointer events which allows anImplicitlyAnimatedReorderableListto be placed inside another scrollable without any workarounds. - Breaking Renamed
dragDurationtoreorderDuration - Added Field
liftDuration - Added Field
settleDuration
0.3.2 #
- Fixed #47
0.3.1 #
- Fixed #43
- Fixed Changelog
0.3.0 #
- Fixed #23
0.2.5 #
- Fixed #14
0.2.1 #
- Improved
ImplicitlyAnimatedListnow always uses the latest items, even iflistEquals()istrue.
0.2.0 #
- Added support for headers and footers on the
ImplicitlyAnimatedReorderableList. - Added
childproperty onReorderablethat can be used instead off thebuilderthat will use a default elevation animation instead of being forced to specify your own custom animation.
0.1.10 #
- Fixed Bugs
0.1.4 #
- Improved
Handleis now scroll aware and only initiates a drag when the scroll position didn't change. - Added horizontal scrollDirection support for
ImplicitlyAnimatedReorderableList
0.1.0 #
- Initial release