Duration 1:47

Fix Flutter Error A RenderFlex overflowed by pixels on the right

461 watched
0
0
Published 27 May 2023

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#14aae relayoutBoundary=up3 OVERFLOWING

Category

Show more

Comments - 0