i want to search to country from search field and the i want to get the information of that country
List<Map<String, Object>> data = [
{
'country': 'Afghanistan',
'population': 38928346,
'density': 60,
'land Area': 652860
},
{
'country': 'Albania',
'population': 2877797,
'density': 105,
'land Area': 27400
},
{
'country': 'Algeria',
'population': 43851044,
'density': 18,
'land Area': 2381740
},];