-
Notifications
You must be signed in to change notification settings - Fork 309
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
Ability to choose the weekday format on the constructor #47
Conversation
@vinsalmont Thank you for the |
@hyochan Hello there! No problem, I'll provide the Readme. |
@vinsalmont Thanks. Also, It would be great if you post some screenshots and example code in here for me to test live. |
@hyochan I'm working on it and later I'll update the PR, thanks! |
@@ -71,6 +71,7 @@ For help getting started with Flutter, view our online | |||
| maxSelectedDate | `DateTime` | | | |||
| inactiveDaysTextStyle | `TextStyle` | | | |||
| inactiveWeekendTextStyle | `TextStyle` | | | |||
| weekDayFormat | `WeekdayFormat` | `short` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about changing this into an enum
type?
@vinsalmont Thank you for the update. I've add some comments on your |
@vinsalmont I'll just merge this since you seem quite busy. I'll try to update my review in a further update. Thank you for the contribution. |
No description provided.