flutter_timetable library

Classes

Timetable<T>
The Timetable widget displays calendar like view of the events that scrolls horizontally through the days and vertical through the hours.
TimetableCellHeightChanged
Event used to change the cell height of the timetable
TimetableColumnsChanged
Event used to change the number of columns in the timetable
TimetableController
A controller for the timetable.
TimetableControllerEvent
A generic event that can be dispatched from the timetable controller
TimetableEndHourChanged
Event dispatched when the end time of the timetable changes
TimetableItem<T>
A time table item is a single entry in a time table. Required fields:
TimetableJumpToRequested
Event used to scroll the timetable to a given date and time
TimetableStartChanged
Event dispatched when the start date of the timetable changes
TimetableStartHourChanged
Event dispatched when the start time of the timetable changes
TimetableVisibleDateChanged
Event dispatched when the visible date of the timetable changes