ago 0.0.4 copy "ago: ^0.0.4" to clipboard
ago: ^0.0.4 copied to clipboard

A new Flutter package project for displaying fuzzy time. Just for learning about how the dart packages work.

example/example.dart

import '../lib/ago.dart';

void main() {
  var justNow = DateTime.now().subtract(Duration(minutes: 3));
  print(ago(justNow)); // 刚刚
}
0
likes
25
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package project for displaying fuzzy time. Just for learning about how the dart packages work.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ago