I think it has already been posted before but a solution wasn't provided, so I believe this discussion is still crucial. Is there a native way in FlutterFlow to clear items from a list that has been declared in the AppState of the application? Is there?
I have this list:
When I'm running my app on test mode, I have this widget that I mounted the list "lances" in:
it's a simple listview.
Alright, so, I have that icon button, next to the text "Resetar lances" over there at the top of this image. On this icon, I need to call an action to clear/remove all items from the list "lances". It's simple, isn't it? BUT! It's not happening.
I don't know why FlutterFlow hasn't created a native action to do this yet. It's so archaic to have to write a code in a tool considered LOW CODE.
Sometimes nothing happens. Sometimes the app gets crashed out, so, in the end, my problem still continues. Can anyone help us to solve this simple, although, for one reason, FlutterFlow team doesn't care about this, problem?