chandrabezzo / CountryCodePicker

A flutter package for showing a country code selector.
MIT License
19 stars 70 forks source link

We need to be able to add a custom country without redefining the entire country list #7

Open mark8044 opened 1 year ago

mark8044 commented 1 year ago

using countryList we can add custom countries, but the problem is that all the standard countries are then removed. We should be allowed to just add custom countries to the default list without redefining the entire list. It is a waste

Thanks