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:
  relativetimeago: ^1.0.2