|
|
@ -45,7 +45,7 @@ class DateModel {
|
|
|
|
|
|
|
|
|
|
|
|
//传统农历节日
|
|
|
|
//传统农历节日
|
|
|
|
String get traditionFestival =>
|
|
|
|
String get traditionFestival =>
|
|
|
|
LunarUtil.getTraditionFestival(year, month, day);
|
|
|
|
LunarUtil.getTraditionFestival(lunarYear, lunarMonth, lunarDay);
|
|
|
|
|
|
|
|
|
|
|
|
bool isCurrentMonth; //是否是当前月份
|
|
|
|
bool isCurrentMonth; //是否是当前月份
|
|
|
|
|
|
|
|
|
|
|
|