month_grid_calendar library

Classes

EventPlacement
Represents the placement of an event within the calendar grid.
EventRenderer
Helper class to calculate the placement of events within a calendar week.
InternalCalendarEvent
Internal event model used for rendering logic within the calendar grid. It's a private class to avoid exposing internal details to the library user.
MonthGridCalendar
A widget that displays a monthly calendar grid with events.

Functions

isSameDay(DateTime a, DateTime b) bool
Utility to compare dates by year, month, day.