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

outdated

A new Flutter package project.

ago #

A new Flutter package project for displaying fuzzy time.

Usage #

import 'package:ago/ago.dart';
var justNow = DateTime.now().subtract(Duration(minutes: 3));
ago(justNow); // 刚刚

Test #

Run flutter test in the terminal.

Publish #

  • Remember to update version.
  • Run pub publish --dry-run.
  • If no warnings or erros,remove --dry-run and execute pub publish.

Getting Started #

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ago