aleksanderwozniak / table_calendar

Highly customizable, feature-packed calendar widget for Flutter
Apache License 2.0
1.84k stars 1k forks source link

any plan to support lunar calendar? #384

Closed dingteddy closed 3 years ago

dingteddy commented 3 years ago

has any plan to support lunar calendar? thanks

aleksanderwozniak commented 3 years ago

As of now I don't have plans to add support for it - I might add it in the future.

What you can do now, is come up with a mapping function that transforms a given date from Gregorian to lunar, and then use CalendarBuilders with it to create your own UI - here is a similar idea: https://github.com/aleksanderwozniak/table_calendar/issues/367#issuecomment-757473342.