- 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
- import it like
import 'package:big_date/big_date.dart';
first you must imort this package to use it.
import 'package:big_date/big_date.dart';
and then you can use it like this
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.