I have a scrollable ListView where the number of items can change dynamically. Whenever a new item is added to the end of the list, I would like to programmatic
ListView
listViewScrollController.animateTo(listViewScrollController.position.maxScrollExtent) is the simplest way.
listViewScrollController.animateTo(listViewScrollController.position.maxScrollExtent)