relativetimeago 1.0.2
relativetimeago: ^1.0.2 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 Flutter:
$ flutter pub add relativetimeago
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
relativetimeago: ^1.0.2
Alternatively, your editor might support 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/example.dart';
import 'package:relativetimeago/relativetime.dart';