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

Countries Flags (icons) not loaded / showing country code instead V2.0.22 #131

Open
yhyarakmani opened this issue Nov 27, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@yhyarakmani
Copy link

country_picker: ^2.0.22

======== Exception caught by image resource service ================================================
The following Event$ object was thrown resolving an image frame:
[object Event]

When the exception was thrown, this was the stack:
Image provider: NetworkImage("https://www.countryflagicons.com/FLAT/64/AU.png", scale: 1)
Image key: NetworkImage("https://www.countryflagicons.com/FLAT/64/AU.png", scale: 1)

image

@yhyarakmani yhyarakmani changed the title Countries Flag not loaded Countries Flags (icons) not loaded / showing country code instead V2.0.22 Nov 27, 2023
@Daniel-Ioannou Daniel-Ioannou self-assigned this Dec 3, 2023
@Daniel-Ioannou Daniel-Ioannou added the bug Something isn't working label Dec 3, 2023
@Daniel-Ioannou
Copy link
Owner

@yhyarakmani Flags for mobile platforms (iOS and Android) are displayed using emojis. Unfortunately, this approach does not work on web and Windows. Instead, the flags were initially loaded with network images, as implemented by @bahricanyesil in PR #116. However, it appears that the network images are currently unavailable.

I am actively working to resolve this issue with the flags on web and Windows. Meanwhile, in version v2.0.22., I have removed the network images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants