relativetimeago 1.0.0
relativetimeago: ^1.0.0 copied to clipboard
A lightweight and customizable Dart library to format relative time expressions like "2 hours ago", "in 3 days", or "now". Supports abbreviations, thresholds, custom labels and more.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add relativetimeagoWith Flutter:
$ flutter pub add relativetimeagoThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
relativetimeago: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:relativetimeago/example/main.dart';
import 'package:relativetimeago/relativetime.dart';