Skip to content

Implement ILibCountry class#59

Open
seonmiJin wants to merge 5 commits intodevelopfrom
country
Open

Implement ILibCountry class#59
seonmiJin wants to merge 5 commits intodevelopfrom
country

Conversation

@seonmiJin
Copy link
Contributor

@seonmiJin seonmiJin commented Mar 10, 2026

Checklist

The following lists affects Pub Points on pub.dev when the package is published.

  • Passed the all tests.
  • Verified that the example app works.
  • Executed the dart format command.
  • Added the API description is added if necessary.

Description

  • Implement ILibCountry class
    • This class encode information about country name.
  • Update ilib-init.js to include Country featrue from the iLib
  • Update the [locale].js file to include Country locale JSON date from the iLIb
  • Usage:
final ILibCountry ctry = ILibCountry(locale: 'ko-KR');
ctry.getName('TR');
// '튀르키예'
ctry.getCode('튀르키예');
// 'TR'

@seonmiJin seonmiJin self-assigned this Mar 10, 2026
@seonmiJin seonmiJin changed the title Country Implement ILibCountry class Mar 10, 2026
@seonmiJin seonmiJin requested a review from gouniLee March 10, 2026 08:04
@seonmiJin seonmiJin requested a review from gouniLee March 12, 2026 00:21
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

Successfully merging this pull request may close these issues.

2 participants