relative_time 5.0.0 copy "relative_time: ^5.0.0" to clipboard
relative_time: ^5.0.0 copied to clipboard

Expresses a DateTime object relative to the current time in text form.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add relative_time

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  relative_time: ^5.0.0

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:relative_time/relative_time.dart';
14
likes
140
pub points
89%
popularity
screenshot

Publisher

verified publisherviter.nl

Expresses a DateTime object relative to the current time in text form.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

clock, flutter, flutter_localizations, intl

More

Packages that depend on relative_time