Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Choosing Russia returns the flag of Kazakhstan instead of the Russian Flag #175

Open
mabdelatief opened this issue Sep 16, 2021 · 1 comment

Comments

@mabdelatief
Copy link

No description provided.

@hamzali4642
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants