Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Show only true date possibilities. #2

Closed
natgross opened this issue Jul 14, 2023 · 1 comment
Closed

Feature Request: Show only true date possibilities. #2

natgross opened this issue Jul 14, 2023 · 1 comment

Comments

@natgross
Copy link

The picker should show "אדר ב" only when applicable. Same for יום ל.
Using the kosher dart api, it is easy, because it has boolean getters that tell you if year is leap, also if there are 30 days in that particular month for the specific year. You simply show different lists (or modify the underlying list) based on onChanged / setState.

@mendelg
Copy link
Owner

mendelg commented Jul 1, 2024

@natgross Thank you for this proposal.

with the latest version, it now only shows true possible dates!

@mendelg mendelg closed this as completed Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants