sakibguy / worked-issues

arget medi a[rpescriptionmedicie] &ssets[dr] (reeeverse._ax:p)
2 stars 0 forks source link

[org] RU-MAKEAPP: [Top Football] A RenderFlex overflowed by 3.6 pixels on the right. #135

Closed sakibguy closed 1 year ago

sakibguy commented 1 year ago

PROB

======== Exception caught by rendering library =====================================================
The following assertion was thrown during layout:
A RenderFlex overflowed by 3.6 pixels on the right.

The relevant error-causing widget was: 
  Row Row:file:///D:/ru_makeapp-topfootball/topfootball/lib/main.dart:175:38
The overflowing RenderFlex has an orientation of Axis.horizontal.
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#beeba relayoutBoundary=up15 OVERFLOWING
...  parentData: offset=Offset(73.0, 14.5) (can use size)
...  constraints: BoxConstraints(w=183.4, 0.0<=h<=Infinity)
...  size: Size(183.4, 27.0)
...  direction: horizontal
...  mainAxisAlignment: start
...  mainAxisSize: max
...  crossAxisAlignment: center
...  textDirection: ltr
...  verticalDirection: down
◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤
====================================================================================================
D/EGL_emulation( 9428): app_time_stats: avg=893.38ms min=844.58ms max=942.18ms count=2

SNaP

1

sakibguy commented 1 year ago

SOLn

Wrap by Flexible()