base/components/index library

Classes

CalendarCore
CalendarHeader
CalendarPage
CellContent
CustomIconButton
FormatButton
TableCalendar<T>
Highly customizable, feature-packed Flutter calendar with gestures, animations and multiple formats.
TableCalendarBase

Enums

RangeSelectionMode
Modes that range selection can operate in.

Typedefs

OnDaySelected = void Function(DateTime selectedDay, DateTime focusedDay)
Signature for onDaySelected callback. Contains the selected day and focused day.
OnRangeSelected = void Function(DateTime? start, DateTime? end, DateTime focusedDay)
Signature for onRangeSelected callback. Contains start and end of the selected range, as well as currently focused day.