Hello,
I use a listview to display a list of sport exercises from an app state. Those exercises are displayed in a container which contains a checkbox. I want to be able to check few exercises and then delete them by tapping on one button.
The problem is the following :
I manage to delete the selected exercises from the App state (so the containers disappear correctly). On the other hand, this does not empty the "checked items" list which is generated by Flutterflow when you check the checkboxes. This poses problems for me because I have conditions depending on the number of items in this “checked items” list. I saw that several users did not have the answer to this question so I am asking for help.
Is there a way to empty this list while deleting items from the app state with the delete button ?
Hope you understand my request but feel free to ask more questions !
Thanks in advance !