werner-scholtz / kalender

An elegantly crafted Flutter calendar UI package.
MIT License
93 stars 26 forks source link

CustomMultiDayConfiguration haven't the property showHeader like MonthConfiguration #68

Closed GSFdev24 closed 5 months ago

GSFdev24 commented 5 months ago

Hello team ,

i see that in the last release was added for MonthConfiguration the boolean property showHeader that hide or show the header for month view;

Is possible introduce this feature for CustomMultiDayConfiguration with the property number of days set to 1?

i remember that for the old version this property is present also for CustomMultiDayConfiguration

Thank you a lot for your work

Regards

werner-scholtz commented 5 months ago

Hi this already exists there are two parameters here: _showDayHeader / showDayHeader and _showMultiDayHeader / showMultiDayHeader

GSFdev24 commented 5 months ago

Hi this already exists there are two parameters here: _showDayHeader / showDayHeader and _showMultiDayHeader / showMultiDayHeader

Ok , but if in CustomMultiDayConfiguration set the property showDayHeader to false the Header of calendar is not hidden

werner-scholtz commented 5 months ago

I believe that the showHeader in the monthView does not hide the "calendarHeader" it just hides the day names.

werner-scholtz commented 5 months ago

Oh I see what you mean the weekNumber/dayNumber is still shown even if you hide the header. will fix.

GSFdev24 commented 5 months ago

Oh I see what you mean the weekNumber/dayNumber is still shown even if you hide the header. will fix.

yes i am sorry not the header but yes the day number