Flutter – SetState() error when closing SearchDelegate
i've built a card which will open a searchDelegate where users can search for cars. When selecting a car, the delegate screen will close onTap: () {close(context, carList[index].id);}. The id will then be updated on the main screen and added…