biessek / flutter_country_picker

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

Are you planning to add more attributes to the country class? #21

Closed andreskiu closed 5 years ago

andreskiu commented 5 years ago

Is just a question, Could be useful to add Language and Time Zone, for example, for each country.

biessek commented 5 years ago

No, for now, many language/date/currency info can be obtained from the platfor, Locale and util classes. The main point of this lib is to provide dialing codes that are useful to specific cases, like contact management, phone login..

andreskiu commented 5 years ago

thanks!