flutter_datetime_format 0.0.4 copy "flutter_datetime_format: ^0.0.4" to clipboard
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): 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.

0.0.3 #

  • fix : Minor Issues Fixes with Testing

0.0.4 #

  • fix : Platform Specific Issue Fix
3
likes
160
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for formatting DateTime objects into custom date and time strings with predefined aliases and custom formats.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl, plugin_platform_interface

More

Packages that depend on flutter_datetime_format