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