filter list data on various parameters in flutter
I have a list of product List<Product>
items value are coming in string variable and there is a search from where we can selected multiple parameters like color, shape, size etc. so i want to filter list on various parameters.