Skip to content

Implement ILibCaseMapper#57

Merged
seonmiJin merged 8 commits intodevelopfrom
caseMapper
Mar 9, 2026
Merged

Implement ILibCaseMapper#57
seonmiJin merged 8 commits intodevelopfrom
caseMapper

Conversation

@seonmiJin
Copy link
Contributor

@seonmiJin seonmiJin commented Mar 4, 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 ILibCasemapper
    • It maps strings to upper or lower case. This mapping will work for any string as characters that have no case will be returned unchanged.
    • Usage:
final ILibCaseMapper mapper = ILibCaseMapper(locale: 'tr-TR');
mapper.map('ıi');
// 'Iİ'
final ILibCaseMapper mapper = ILibCaseMapper(
    locale: 'tr-TR', direction: 'tolower');
mapper.map('Iİ');
// 'ıi'

@seonmiJin seonmiJin self-assigned this Mar 4, 2026
@seonmiJin seonmiJin requested a review from gouniLee March 4, 2026 06:40
@seonmiJin seonmiJin requested a review from gouniLee March 6, 2026 02:41
@gouniLee gouniLee changed the title Implement ILibCasemapper Implement ILibCaseMapper Mar 6, 2026
@seonmiJin seonmiJin merged commit 979f714 into develop Mar 9, 2026
1 check passed
@gouniLee gouniLee deleted the caseMapper branch March 10, 2026 01:09
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