Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.27 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.27 KB

Features

  • get the sexagenary cycle(60-year cycle) in chinese date(干支).
  • get the era name of japanese in japanese date(日本年号).
  • get some information about month. like:
    • first day, last day
    • for each day (normal, reverse, async)
    • count of days

Getting started

  • import it like import 'package:big_date/big_date.dart';

Usage

first you must imort this package to use it.

import 'package:big_date/big_date.dart';

and then you can use it like this

Additional information

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.