I am using the Syncfusion Flutter Calendar package to display events in a MonthView. However, I noticed that it only shows a maximum of 3 appointments per day, and the remaining ones are hidden with a more indicator.
Here is my implementation:
view: CalendarView.month,
dataSource: MeetingDataSource(_getDataSource()),
)
I would like to display all the appointments for each day without the 3-item limitation. Is there a way to override this behavior, or do I need to customize the monthCellBuilder?
Any help or workaround would be appreciated!
You'll probably want to switch to package:table_calender which is far more capable and customizable, and also open source. Be aware that the SyncFusion products in the Dart/Flutter pub are not open source. They are released under a commercial license that may subject you or your organization to a financial liability, and will affect downstream re-users of your code.