Skip to content

Conversation

@gouniLee
Copy link
Contributor

@gouniLee gouniLee commented Jan 27, 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 the new ILibDurationFmt class to support DurationFormatting.

final ILibDurationFmtOptions fmtOptions = ILibDurationFmtOptions(locale: 'en-GB', length: 'full');
final ILibDurationFmt fmt = ILibDurationFmt(fmtOptions);
final ILibDateOptions dateOptions = ILibDateOptions(year: 1, month: 1, week: 1, day: 1, hour: 1, minute: 1);
fmt.format(dateOptions);

// '1 year, 1 month, 1 week, 1 day, 1 hour, 1 minute'

@gouniLee gouniLee self-assigned this Jan 27, 2026
@gouniLee gouniLee requested a review from seonmiJin January 27, 2026 06:42
@seonmiJin seonmiJin changed the title Implement the ILibDurationFmt clss to support DurationFormatting Implement the ILibDurationFmt calss to support DurationFormatting Jan 27, 2026
@seonmiJin seonmiJin changed the title Implement the ILibDurationFmt calss to support DurationFormatting Implement the ILibDurationFmt class to support DurationFormatting Jan 27, 2026
@gouniLee gouniLee merged commit 4a6700c into develop Jan 28, 2026
1 check passed
@gouniLee gouniLee deleted the DurationFmt branch January 28, 2026 07:06
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.

3 participants