Daniel-Ioannou / flutter_country_picker

A flutter package to select a country from a list of countries.
https://pub.dev/packages/country_picker
MIT License
123 stars 172 forks source link

Can't make a pre-selection #138

Closed Annos closed 8 months ago

Annos commented 9 months ago

I have a user profile with his mobile number and want to show the ( flag +XX ) next to it. but I'm not able to get the country object before the selection can you help me with that please..

Daniel-Ioannou commented 9 months ago

@Annos You can use CountryParser.parsePhoneCode('46')to get Country model by country phone code. For more information and more methods, please check the documentation and discussion #67.

Annos commented 8 months ago

Nice Thanks it's working fine now 👍🏻