Closed JmyW closed 1 year ago
Same issue here, let me know if you have figured it out
Sorry I have not. My shorten solution is to keep on v3.1.0 :( If you figure out, please let me know too. Thanks in advance.
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.
Anyone found a solution for this? I just need an example of how to list the countries.
Please can someone help provide a simple solution
Hi The v3.2.0 change the countries, no longer List<String> but List<Country>. Could you teach me how to set countries on the version? countries: const ['TW', 'US'] ??
========================================= IntlPhoneField( controller: textCtlMobile, focusNode: focusNodeMobile, textInputAction: TextInputAction.next, keyboardType: TextInputType.phone, style: const TextStyle(color: MyColors.textColorBlack, fontSize: fontSz6), initialCountryCode: initialCountryCd, countries: const ['TW', 'US'], ... ...