relativetimeago 1.0.2 copy "relativetimeago: ^1.0.2" to clipboard
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';
0
likes
130
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#time #datetime #formatting #human-readable #localization

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter

More

Packages that depend on relativetimeago