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

error overflowing RenderFlex has an orientation of Axis.vertical #28

Open
StillGC opened this issue Oct 22, 2024 · 0 comments
Open

error overflowing RenderFlex has an orientation of Axis.vertical #28

StillGC opened this issue Oct 22, 2024 · 0 comments

Comments

@StillGC
Copy link

StillGC commented Oct 22, 2024

I have an error when closing the search engine by closing it with the gesture of sliding the finger down

image

DETAILS
The overflowing RenderFlex has an orientation of Axis.vertical.
The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents being too big for the RenderFlex.
Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the RenderFlex to fit within the available space instead of being sized to their natural size.
This is considered an error condition because it indicates that there is content that cannot be seen. If the content is legitimately bigger than the available space, consider clipping it with a ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex, like a ListView.
The specific RenderFlex in question is: RenderFlex#dfe04 relayoutBoundary=up10 OVERFLOWING

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant