How can I remove a task from a list in FlutterFlow?

Hi everyone, I’m new to FlutterFlow and I’m trying to create an app that has a list of tasks that can be marked as done(via a checkbox) or just swiped away. I want the tasks to disappear from the list when they are done or swiped, so that I can see only the remaining tasks. I’m using either a SlidableListTile or a ListTile widget for it, but I don’t know how to make them disappear from the list. Is there a way to do this without using any custom code?

I can understand theres many different ways to do this

I would appreciate any help or guidance on this. Thanks in advance!

1 reply