CountryCodePicker
CountryCodePicker copied to clipboard
Why are dialCode & countryCOde nullable strings?
/// the name of the country String? name;
/// the flag of the country final String? flagUri;
/// the country code (IT,AF..) final String? code;
/// the dial code (+39,+93..) final String? dialCode;