Skip to content

byr-gdp/ago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ago

A new Flutter package project for displaying fuzzy time.

Install

Add dependency to your pubspec.yaml:

ago: any

Get the packages:

flutter packages get

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.

Releases

No releases published

Packages

No packages published