rwbr / flutter_neat_and_clean_calendar

Simple and clean flutter calendar with ability to slide up/down to show weekly/monthly calendar. Forked from [flutter_clean_calender](https://pub.dev/packages/flutter_clean_calendar)
MIT License
104 stars 51 forks source link

[Feature Request] Have option to Remove StartDate || All day || MultiDay and make Summary take the whole row #71

Closed rezmeplxrf closed 1 month ago

rezmeplxrf commented 7 months ago

Hi great package.

All good but I can't seem to remove StartDate || All day || MultiDay to make Summary text to take the whole row. Thank you

rwbr commented 1 month ago

From version v0.4.1 on you have the option to customize the list cell for the events by setting the property eventCellBuilder. By doing so you can let the cells look like, whatever you wish. See example code.