biessek / flutter_country_picker

A Flutter Country Picker Widget with support to country dialing codes
MIT License
51 stars 48 forks source link

Is there option to allow only certain country for the picker? #18

Closed jnickzlim closed 3 years ago

jnickzlim commented 5 years ago

I am wondering if there are option to allow configuration on allow which country to be in the selection dialog?

jnickzlim commented 5 years ago

Hello?

biessek commented 5 years ago

Not for now, actually it uses Country.ALL always. PR welcome.

wintermuteturbo commented 5 years ago

Hi @biessek, In my PR I've added new param limitCountries which accepts list of countries like ['IE', 'US', 'PL'] and limits selection to listed countries if not specified defaults to Country.ALL.