Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can i set a country as default? #174

Open
suhailmk-kayla opened this issue Jan 2, 2025 · 1 comment
Open

Can i set a country as default? #174

suhailmk-kayla opened this issue Jan 2, 2025 · 1 comment

Comments

@suhailmk-kayla
Copy link

i want to set the default country to be india is it possible?

@deepakSIEC
Copy link

yes, it's possible you can use

Country selectedCountry = Country(
phoneCode: '+91',
countryCode: 'IN',
e164Sc: 0,
geographic: true,
level: 1,
name: 'India',
example: '9123456789',
displayName: 'India (IN) [+91]',
displayNameNoCountryCode: 'India (IN)',
e164Key: '91-IN-0');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants