flutter_datetime_format 0.0.4
flutter_datetime_format: ^0.0.4 copied to clipboard
A Flutter plugin for formatting DateTime objects into custom date and time strings with predefined aliases and custom formats.
0.0.1 #
- TODO: Describe initial release.
0.0.2 #
formatTime(date,format)
: AddformatTime
for localized date formatting and custom format support.formatRelative(date,ref)
: AddformatRelative
for formatting relative time like "2 hours ago" or "in 3 days".- deprecate:
formatCustom
→ UseformatTime
instead. - deprecate:
formatHour12
→ UseformatTime
instead. - deprecate:
formatName
→ UseformatTime
instead. - fix: Handle
null
DateTime
values with fallback string informatTime
.
0.0.3 #
- fix : Minor Issues Fixes with Testing
0.0.4 #
- fix : Platform Specific Issue Fix