Animating changes in a SliverList

后端 未结 3 1434
心在旅途
心在旅途 2021-02-12 18:24

I currently have a SliverList whose items are loaded dynamically. The issue is that once these items are loaded, the SliverList updates without animati

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-12 19:08

    You could Wrap your list items in an AnimatedWidget

    Read about it in the docs AnimatedWidget

提交回复
热议问题