relative_time 2.2.0-beta.1 copy "relative_time: ^2.2.0-beta.1" to clipboard
relative_time: ^2.2.0-beta.1 copied to clipboard

outdated

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: ^2.2.0-beta.1

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';
21
likes
0
points
3.91k
downloads

Publisher

verified publisherviter.nl

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

clock, flutter, flutter_localizations, intl

More

Packages that depend on relative_time