- Add
clipBehavior
argument
- Add support for separator builder. You can now use
SliverImplicitlyAnimatedList.separated
orImplicitlyAnimatedReorderableList.separated
.
- Minim supported Flutter version is 3.7.0
- Use
.maybeOf
because.of
is throwing a Exception in 3.7.0
- Fix compatibility with new Flutter 3.7.0. They now also have an
AnimatedItemBuilder
type.
- Fix README
-
Saved the old
implicitly_animated_reorderable_list
-
Updated to Flutter 3
-
Saved the old
implicitly_animated_reorderable_list
-
Updated to Flutter 3
- Fixed #54, #72
- Added NNBD support
- Fixed #19, #49, #50, #52
- Improved
Handle
is now able to capture pointer events which allows anImplicitlyAnimatedReorderableList
to be placed inside another scrollable without any workarounds. - Breaking Renamed
dragDuration
toreorderDuration
- Added Field
liftDuration
- Added Field
settleDuration
- Fixed #47
- Fixed #43
- Fixed Changelog
- Fixed #23
- Fixed #14
- Improved
ImplicitlyAnimatedList
now always uses the latest items, even iflistEquals()
istrue
.
- Added support for headers and footers on the
ImplicitlyAnimatedReorderableList
. - Added
child
property onReorderable
that can be used instead off thebuilder
that will use a default elevation animation instead of being forced to specify your own custom animation.
- Fixed Bugs
- Improved
Handle
is now scroll aware and only initiates a drag when the scroll position didn't change. - Added horizontal scrollDirection support for
ImplicitlyAnimatedReorderableList
- Initial release