vanshg395 / intl_phone_field

A customised Flutter TextFormField to input international phone number along with country code.
https://pub.dev/packages/intl_phone_field
MIT License
177 stars 507 forks source link

Is there a way to localize the country list? #222

Closed ghost closed 1 year ago

ghost commented 2 years ago

Related to #190

I need to be able to localize the country list to other languages aside from english: spanish, chinese, french... As the library uses a builtin country list with hardcoded english countries, it could be useful if we could add a parameter to IntlPhoneField like countryList, to pass over a list of Country with desired values, and thus, being able to localize the names.

Is this possible to achieve as for today?

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 5 days. If you believe this issue is still relevant, please comment to keep it open. Thank you for your contributions.