lunar_calendar_converter 1.0.0 lunar_calendar_converter: ^1.0.0 copied to clipboard
You can use this converter to convert calendar from one to another between lunar calendar and solar calendar. Like `Lunar lunar = Lunar(lunarYear: 2022, lunarMonth: 4, lunarDay: 1, isLeap: true); Sol [...]
Using #
Import the library:
import "package:lunar_calendar_converter/lunar_calendar_converter.dart";