-
Notifications
You must be signed in to change notification settings - Fork 265
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
feat: Fixes issue #385: Add showWeekends
flag in month view
#422
Conversation
533ac77
to
f02a3aa
Compare
showWeekends
flag in month view
4c8ddf1
to
c8405fb
Compare
d405057
to
fe79f47
Compare
fe79f47
to
c89a7b2
Compare
37df9f1
to
e98b9e7
Compare
e98b9e7
to
06e092e
Compare
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.
Use where instead of take. take will cause issue if startDay if other than monday.
198f9ca
to
46cfb84
Compare
46cfb84
to
d13fa9a
Compare
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.
LGTM!
RIght now, the github action is giving error which should be fixed in dark theme support. |
Description
daysNotInMonth
true hide events on hidden date.showWeekends
flag to hide weekends. Default value is true.Checklist
fix:
,feat:
,docs:
etc).docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?
Related Issues
Closses #385