calendar_timeline library

Classes

CalendarTimeline
Creates a minimal, small profile calendar to select specific dates. initialDate must not be null, the same or after firstDate and the same or before lastDate. firstDate must not be null. lastDate must not be null and the same or after firstDate
DayItem
Creates a Widget representing the day.
MonthItem
Creates a Widget to represent the months.
YearItem
Creates a Widget to represent the years. By default it will show the smaller version in the months row. If small is set to false it will show the bigger version for the years row. In the smaller version the onTap property is not available

Extensions

StringExtension on String

Typedefs

OnDateSelected = void Function(DateTime)