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

A RenderFlex overflowed by 6.0 pixels on the bottom. #36

Open
MiguelP4lacios opened this issue Oct 29, 2020 · 0 comments
Open

A RenderFlex overflowed by 6.0 pixels on the bottom. #36

MiguelP4lacios opened this issue Oct 29, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@MiguelP4lacios
Copy link
Owner

I/flutter (13623): The relevant error-causing widget was:
I/flutter (13623): Column file:///home/badfox/La_Haus_broker/lib/src/pages/edit_page.dart:348:26
I/flutter (13623):
I/flutter (13623): The overflowing RenderFlex has an orientation of Axis.vertical.
I/flutter (13623): The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and
I/flutter (13623): black striped pattern. This is usually caused by the contents being too big for the RenderFlex.
I/flutter (13623): Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the
I/flutter (13623): RenderFlex to fit within the available space instead of being sized to their natural size.
I/flutter (13623): This is considered an error condition because it indicates that there is content that cannot be
I/flutter (13623): seen. If the content is legitimately bigger than the available space, consider clipping it with a
I/flutter (13623): ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex,
I/flutter (13623): like a ListView.
I/flutter (13623): The specific RenderFlex in question is: RenderFlex#6bd04 OVERFLOWING:
I/flutter (13623): needs compositing
I/flutter (13623): creator: Column ← DecoratedBox ← ConstrainedBox ← Container ← DefaultTextStyle ← Padding ← Flexible
I/flutter (13623): ← Column ← IntrinsicWidth ← DefaultTextStyle ← AnimatedDefaultTextStyle ←
I/flutter (13623): _InkFeatures-[GlobalKey#360b6 ink renderer] ← ⋯
I/flutter (13623): parentData: (can use size)
I/flutter (13623): constraints: BoxConstraints(w=283.4, h=123.0)
I/flutter (13623): size: Size(283.4, 123.0)
I/flutter (13623): direction: vertical
I/flutter (13623): mainAxisAlignment: start
I/flutter (13623): mainAxisSize: max
I/flutter (13623): crossAxisAlignment: center
I/flutter (13623): verticalDirection: down

@MiguelP4lacios MiguelP4lacios added the bug Something isn't working label Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants