首页 > 解决方案 > 扑。如何为重新排序的 ListView 设置动画?

问题描述

是否可以像 ReorderableListView 一样为 ListView 的顺序更改设置动画,但无需用户交互。

例如,在几秒钟后,ListView 的顺序会发生变化。所以我有两个具有相同项目但顺序不同的列表。ListOne 和 ListTwo。

我已经看过 AnimatedList,但我可以在那里删除或添加动画。我需要像移动动画这样的东西。

不知何故像 ReorderableListView,但没有用户交互。或者是否可以在 ReorderableListView 中以编程方式替换用户交互?

提前致谢

标签: flutterlistviewdartflutter-animatedlistreorderable-list

解决方案


推荐阅读