I have a list page state called "sections" that is being displayed on a listview. I have an action that removes an item at a specific index and when displaying the sections list in a text, it shows it correctly.
But for some reason in the listview it shows the last item removed even though clearly the one displayed on the text is the correct value.
Someone please explain, is this a FlutterFlow bug? Or am I doing something wrong.