codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.
https://pub.dev/packages/flutter_material_pickers
MIT License
98 stars 61 forks source link

Adding Chinese Lunar Calendar in Date Picker #5

Closed zwchenlong closed 4 years ago

zwchenlong commented 4 years ago

Thank you very much for the excellent picker package. May I know if there is a way to customise the Month and Day so that I can add more information like the correspondent Chinese Lunar Calendar Month and Day? Thank you.

codegrue commented 4 years ago

For these two dialogs, it just provides a wrapper for the built-in Flutter dialogs, so until those support this, this package won't have that ability.