Flutter Web Searchfield is not filtering results in suggestions after text input
I’m trying to search through List<Map<String,dynamic>> partyList where each map stores information about party. I implemented searchfield as follows.
I’m trying to search through List<Map<String,dynamic>> partyList where each map stores information about party. I implemented searchfield as follows.