wingkwong / dart_tel_input

A Dart widget for entering international telephone numbers with dropdown searching input countries
https://pub.dartlang.org/packages/tel_input
MIT License
8 stars 5 forks source link

Country codes #5

Open FilipeOS opened 5 years ago

FilipeOS commented 5 years ago

Hi there,

How can I change this to display a dropdown with the Country names and on save, saves the country codes (iso)?

Thank you

wingkwong commented 5 years ago

@FilipeOS By default, country names with dial code will be shown in the dropdown list. There is no country code returned in onChange function at this moment.