I'm working on a flutter app and using ListView.builder widget to show my data. I'm fetching data from database and showing it in listview. After i modify single listitem i want to refresh whole listview widget. Currently the problem is that data which i am passing to listview widget is updating accordingly but not updating on UI. Here is the screenshot of method in which i am fetching data from database and updating listview
Please help me. Thanks