I want to have a text field that that let the user to enter a country name, and as it enter the name it automatically gives options. something like Google search, that predicts based on entered letters. But in my case it should show country names. I know I have to use AutoCompleteTextField but do not know how to add countries' name.
Any idea?