eBook_app_Flutter icon indicating copy to clipboard operation
eBook_app_Flutter copied to clipboard

A RenderFlex overflowed by 56 pixels on the bottom.

Open vyachin opened this issue 5 years ago • 0 comments

Screenshot_1589353301

I/flutter (10670): ══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════
I/flutter (10670): The following assertion was thrown during layout:
I/flutter (10670): A RenderFlex overflowed by 56 pixels on the bottom.
I/flutter (10670): 
I/flutter (10670): The relevant error-causing widget was:
I/flutter (10670):   Column file:///home/vyachin/mobile/eBook_app_Flutter/lib/screens/details_screen.dart:33:28
I/flutter (10670): 
I/flutter (10670): The overflowing RenderFlex has an orientation of Axis.vertical.
I/flutter (10670): The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and
I/flutter (10670): black striped pattern. This is usually caused by the contents being too big for the RenderFlex.
I/flutter (10670): Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the
I/flutter (10670): RenderFlex to fit within the available space instead of being sized to their natural size.
I/flutter (10670): This is considered an error condition because it indicates that there is content that cannot be
I/flutter (10670): seen. If the content is legitimately bigger than the available space, consider clipping it with a
I/flutter (10670): ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex,
I/flutter (10670): like a ListView.
I/flutter (10670): The specific RenderFlex in question is: RenderFlex#5dc5a OVERFLOWING:
I/flutter (10670):   creator: Column ← Padding ← DecoratedBox ← ConstrainedBox ← Container ← Stack ← Column ←
I/flutter (10670):     _SingleChildViewport ← IgnorePointer-[GlobalKey#e641a] ← Semantics ← _PointerListener ← Listener ←
I/flutter (10670):     ⋯
I/flutter (10670):   parentData: offset=Offset(24.0, 0.0) (can use size)
I/flutter (10670):   constraints: BoxConstraints(w=363.4, h=273.4)
I/flutter (10670):   size: Size(363.4, 273.4)
I/flutter (10670):   direction: vertical
I/flutter (10670):   mainAxisAlignment: start
I/flutter (10670):   mainAxisSize: max
I/flutter (10670):   crossAxisAlignment: center
I/flutter (10670):   verticalDirection: down
I/flutter (10670): ◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤

vyachin avatar May 13 '20 07:05 vyachin