Flutter – BlocBuilder not rebuilding on floating action button click
Using Bloc pattern to show a list of data fetched from rest api. Now I want to update the list on listview on button click. When I click on button, it fetches the data but it does not update the…