When I am using this code to update the object of state in flutter:
var counter = useState(item); item.isFav = 0; counter.value = item;