Just to simplify my question , How to get Last Name of a Person from CSV file in flutter if First Name is selected by user from specific data given to him in Dropdown ?
Eg: If User select Tom in dropdown menu the Text widget should yeild Cruise
Data type is given in Image attached
Thanks in advance