imtoori/CountryCodePicker

Countries that presented in modal aren't presented in CountryManager

Veargan opened this issue · 3 comments

These countries are presented in view. but aren't accessible via CountryManager();
+672 Antarctica
+47 Bouvet Island
+262 French Southern Territories
+0 Heard Island and Macdonald Islands
+599 Netherlands Antilles
+64 Pitcairn
+500 South Georgia and the South Sandwich Islands

For example +672 Antarctica:
onChanged callback returns country code 'AQ'
then calling
CountryManager().countries.firstWhere((element) => element.countryCode == 'AQ', orElse: () => null)
returns null

the same goes for another countries in the list above.

Any updates?

Hi @Veargan and sorry for the delay
The package does not contain any CountryManager class
Can you elaborate more?

Without additional information, I'm unfortunately not sure how to resolve this issue. I'm therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; I will reopen it right away! Thanks for your contribution.