Flutter currently does not have implemented solution to scroll list view to make sure item is visible , but there is an ways to do it ,in case if your items has fixed height you can do that by scrollController.scrolTo , also Scrollable.ensureVisible() function also can help you.