How to remove specific items from a list? June 30, 2023 by Tarik removeWhere allows to do that: replytile.removeWhere((item) => item.id == '001') See also List Dartdoc