我目前有一个SliverList动态加载的项目。问题在于,一旦加载了这些项目,SliverList更新就不会设置动画效果,这使得加载和加载之间的过渡非常困难。
SliverList
我看到AnimatedList存在,但它不是条子,因此无法将其直接放在CustomScrollView。
AnimatedList
CustomScrollView
flutter
flutter ×1