timetable icon indicating copy to clipboard operation
timetable copied to clipboard

WeekIndicator Width changes on Screen Change to the Timetable

Open georgiossalon opened this issue 2 years ago • 0 comments

When I am switching to the timetable screen, the width of the WeekIndicator changes. The change happens once, every time I change to this screen. It goes from full WeekIndicator to short.

Example: Week 11, 2022 -> W11

This is how I am using the MultiDateTimetable

Widget build(BuildContext context) { return TimetableConfig<BasicEvent>( dateController: _dateController, timeController: _timeController, eventBuilder: (context, event) => BasicEventWidget(event), child: MultiDateTimetable<BasicEvent>(), ); }

This is a part of a stateful widget. This is wrapped by a Scaffold which is then wrapped by a SafeArea.

See the gif:

ezgif com-gif-maker

georgiossalon avatar Mar 16 '22 22:03 georgiossalon