flutter_datetime_format 0.0.2 copy "flutter_datetime_format: ^0.0.2" to clipboard
flutter_datetime_format: ^0.0.2 copied to clipboard

A simple Flutter plugin for formatting DateTime objects into custom date and time strings. This package supports predefined aliases for date/time placeholders and custom formats. It also supports form [...]

0.0.1 #

  • TODO: Describe initial release.

0.0.2 #

  • formatTime(date,format): Add formatTime for localized date formatting and custom format support.
  • formatRelative(date,ref): Add formatRelative for formatting relative time like "2 hours ago" or "in 3 days".
  • deprecate: formatCustom → Use formatTime instead.
  • deprecate: formatHour12 → Use formatTime instead.
  • deprecate: formatName → Use formatTime instead.
  • fix: Handle null DateTime values with fallback string in formatTime.
3
likes
0
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Flutter plugin for formatting DateTime objects into custom date and time strings. This package supports predefined aliases for date/time placeholders and custom formats. It also supports formatting both relative and absolute dates for flexible usage.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl, plugin_platform_interface

More

Packages that depend on flutter_datetime_format

Packages that implement flutter_datetime_format