pretty_date_time 0.0.3 copy "pretty_date_time: ^0.0.3" to clipboard
pretty_date_time: ^0.0.3 copied to clipboard

A Dart utility package to convert DateTime objects into human-friendly strings like "5 minutes ago", "Yesterday", or "in 2 days".

Changelog #

All notable changes to this project will be documented in this file.


0.0.3 - 2025-06-28 #

Added #

  • example/ app to demonstrate basic usage of prettyDateTime()
  • Main file includes examples with past/future times and custom reference support

0.0.2 - 2025-06-27 #

Changed #

  • Updated flutter and dart SDK constraint to support newer Flutter versions (up to 4.0.0)

0.0.1 - 2025-06-26 #

Initial release #

  • 🎉 First stable version of pretty_date_time
  • Converts DateTime into human-friendly strings like “5 minutes ago”, “Yesterday”, and “in 2 hours”
  • Supports custom reference time
  • No dependencies (pure Dart)

6
likes
140
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart utility package to convert DateTime objects into human-friendly strings like "5 minutes ago", "Yesterday", or "in 2 days".

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pretty_date_time