If you want to remove item from list by swiping left, use Dismissible() widget. This widget requires key and onDimissed function. In this function, you need to pass function that remove item from array list, and also you need key, which has to be set using ValueKey(value).