Country codes is an helper package that provides country details given a particular localization, such as dial codes, ISO 3166 codes (alpha-2, alpha-3) and country names.
If I use the method CountryCodes.countryCodes() to receive a list of all country codes and I try to access the value of localizedName, I always get null.
I tried it initializing CountryCodes with either default options (device locale) and also US or DE locale.
Neither of them returned a value in localizedName.
If I use the method CountryCodes.countryCodes() to receive a list of all country codes and I try to access the value of localizedName, I always get null.
I tried it initializing CountryCodes with either default options (device locale) and also US or DE locale. Neither of them returned a value in localizedName.
Is this already known?