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

Indonesia (ID / IDN) not working #47

Open
taar1 opened this issue May 4, 2024 · 2 comments
Open

Indonesia (ID / IDN) not working #47

taar1 opened this issue May 4, 2024 · 2 comments
Labels
question Further information is requested

Comments

@taar1
Copy link

taar1 commented May 4, 2024

Describe the bug
Indonesia (ID / IDN (https://www.iban.com/country-codes)) not working

To Reproduce
Use ID or IDN as country code. It displays the globe icon instead of Indonesia flag.

Expected behavior
Indonesia flag shows up.

@blongho blongho added the bug Something isn't working label Jun 18, 2024
@blongho
Copy link
Owner

blongho commented Jun 18, 2024

@taar1 which version of the library did you use? I used v1.5.4-alpha-1 and I could get the information for Indonesia including the flag. See Screen shot below

Image showing code and output for Indonesia

And the country information was shown like this
image

These are my settings
Inside libs.versions.toml

[versions]
...
worldcountrydata = "v1.5.4-alpha-1"

[libraries]
...
worldcountrydata = { module = "com.github.blongho:worldCountryData", version.ref = "worldcountrydata" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }

Inside build.gradle (Module:app)

dependencies {
...
    implementation libs.worldcountrydata
}

Let me know if you still get the issue.

@blongho blongho added question Further information is requested and removed bug Something isn't working labels Jun 18, 2024
@blongho
Copy link
Owner

blongho commented Jun 19, 2024

Check this tutorial

Video Demo of Country Data

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

No branches or pull requests

2 participants