SimformSolutionsPvtLtd / flutter_calendar_view

A Flutter package allows you to easily implement all calendar UI and calendar event functionality. 👌🔝🎉
https://pub.dev/packages/calendar_view
MIT License
435 stars 259 forks source link

feat: Fixes issue #413: Set max width of event slot in week & day view #416

Closed shubham-jitiya-simform closed 1 week ago

shubham-jitiya-simform commented 3 weeks ago

Description

Use maxWidth to define the maximum width of event slot. If enough space is available, the event slot will use the specified max width. Otherwise, it will reduce to fit all events in the cell. If max width is not specified, slots will expand to fill the cell.

Checklist

Breaking Change?

Related Issues

Closes #413