I currently have a SliverList whose items are loaded dynamically. The issue is that once these items are loaded, the SliverList updates without animati
SliverList
You could Wrap your list items in an AnimatedWidget
Read about it in the docs AnimatedWidget