CountryCodePicker
CountryCodePicker copied to clipboard
Add updateCountryCode function
Country codes can be changed programmatically.
final key = GlobalKey<CountryCodePickerState>();
CountryCodePicker(
key: key,
);
key.currentState.updateCountryCode(CountryCode.fromDialCode('+81'));