Relative Time

A lightweight and customizable Dart library to format relative time expressions like "2 hours ago", "in 3 days", or simply "now" — in English or other languages, with support for abbreviation, custom prefixes, and more.

🚀 Features

  • ✅ Past and future time formatting
  • ✅ Approximate months and years
  • ✅ Customizable output (abbreviated, capitalized)
  • ✅ "Today", "Yesterday", and "Tomorrow" support
  • ✅ Threshold for treating small differences as "now"
  • ✅ Fully customizable format strings and prefixes

📦 Installation

Add to your pubspec.yaml:

dependencies:
  relative_time: ^1.0.0