Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WeekIndicator Width changes on Screen Change to the Timetable #117

Open
georgiossalon opened this issue Mar 16, 2022 · 0 comments
Open

WeekIndicator Width changes on Screen Change to the Timetable #117

georgiossalon opened this issue Mar 16, 2022 · 0 comments
Labels
T: Fix Type: :bug: Bug Fixes

Comments

@georgiossalon
Copy link

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 georgiossalon added the T: Fix Type: :bug: Bug Fixes label Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Fix Type: :bug: Bug Fixes
Projects
None yet
Development

No branches or pull requests

1 participant