altafc22 / csc_picker

A flutter package to display a country, states, and cities. In addition it gives the possibility to select a list of countries, States and Cities depends on Selected, also you can search country, state, and city all around the world.
BSD 3-Clause "New" or "Revised" License
27 stars 111 forks source link

Added support to filter country list. #58

Closed ritsat closed 1 year ago

ritsat commented 1 year ago

User must have option to limit the country list. For example, if user want to show certain ser of countries like United State, Canada, Mexico, etc, there must be an option to show only the countries, not all.

I have added countryFilter to show only certain set of countries & rest of the countries won't be displayed.

Here I have added countryFilter property for CSCPicker widget & through this property user can pass a list of countries which need to be shown. If countryFilter property is specified or it is empty, all the countries will be displayed in the drop down.