You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
CountryCodePicker(
showCountryOnly: true,
showFlag: false,
padding: EdgeInsets.zero,
initialSelection: code, // before I was using country dial code "+1" and I was facing same issue then I change it to country code "US " and my problem solved.
showOnlyCountryWhenClosed: true,
searchStyle: style,
// hideSearch: true,
alignLeft: true,
dialogTextStyle: style,
textStyle: style,
onChanged: (code){
country = code.name ?? "";
this.code = code.code ?? "";
dialCode = code.dialCode ?? "";
},
)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: