chinese_lunar_calendar 0.0.1 chinese_lunar_calendar: ^0.0.1 copied to clipboard
中国万年历查询
Chinese Lunar Calendar #
中国万年历查询
本项目参考 cnLunar, 用Dart重写成一个Dart Package。
功能 #
- 查询春节日期.
Getting started #
Add the following to your pubspec.yaml
:
dependencies:
chinese_lunar_calendar: any
示例 #
查询春节日期 #
import 'package:chinese_lunar_calendar/chinese_lunar_calendar.dart';
void main() {
// 输入查询年份
var lunarCalendar = LunarCalendar(dateTime: DateTime(2000));
// 输出春节阳历日期
print('春节: ${lunarCalendar.chineseNewYearString}');
}
输出结果
春节: 2000 年 2 月 5 日