-
Notifications
You must be signed in to change notification settings - Fork 258
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
WeekDayTile causes RenderFlex-Overflow #42
Labels
bug
Something isn't working
Comments
Hello @philitell , If possible, Please provide an code example. |
This is the code i use inside the body of my Page-Scaffold:
This is the Source-code of the weekDayBuilder i use in order to get german week titles:
|
PRBaraiya
pushed a commit
that referenced
this issue
Mar 7, 2022
- Wrap all the children of Row with expanded. in MonthView _weekBuilder.
PRBaraiya
pushed a commit
that referenced
this issue
Mar 7, 2022
- Wrap all the children of Row with expanded. in MonthView _weekBuilder.
Merged
Is there a scheduled release for this update any time soon? |
Any update on this? The error also occurs in desktop even in |
PRBaraiya
pushed a commit
that referenced
this issue
May 16, 2022
- Wrap all the children of Row with expanded. in MonthView _weekBuilder.
vatsaltanna
pushed a commit
that referenced
this issue
May 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using calendar_view (monthView) in a flutter web-project. Resizing the calendar_view works alright, except for the week-day-row.
When we reduce the screensize the weekDay-tiles are not resized (they keep the width with which they were initialized once), which creates a Renderflex-Overflow on the right side.
The text was updated successfully, but these errors were encountered: