flutter_time_ago 0.0.3 copy "flutter_time_ago: ^0.0.3" to clipboard
flutter_time_ago: ^0.0.3 copied to clipboard

A new Flutter package to format datetime or milliseconds in seconds ago, minutes ago, hours ago, days ago and from now.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_time_ago

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

dependencies:
  flutter_time_ago: ^0.0.3

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:flutter_time_ago/flutter_time_ago.dart';
11
likes
40
pub points
13%
popularity

Publisher

unverified uploader

A new Flutter package to format datetime or milliseconds in seconds ago, minutes ago, hours ago, days ago and from now.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, timer_builder

More

Packages that depend on flutter_time_ago