Line Calendar

A line calendar displays dates in a single horizontal, scrollable line.

Hold Shift while using the mouse scroll wheel on desktop and web to scroll the through the dates.

Usage

FLineCalendar(...)

FLineCalendar(
  controller: FCalendarController.date(),
  initialDateAlignment: AlignmentDirectional.center,
  cacheExtent: 100,
  builder: (context, data, child) => child!,
  start: DateTime(1900),
  end: DateTime(2050),
  initial: DateTime.now(),
  today: DateTime.now(),
);