flutter_badges icon indicating copy to clipboard operation
flutter_badges copied to clipboard

ErrorSummary (Incorrect use of ParentDataWidget.)

Open h-unterp opened this issue 3 years ago • 1 comments

With Badge: ErrorSummary (Incorrect use of ParentDataWidget.) ErrorDescription (The ParentDataWidget Expanded(flex: 1) wants to apply ParentData of type FlexParentData to a RenderObject, which has been set up to accept ParentData of incompatible type StackParentData.) ErrorHint (Usually, this means that the Expanded widget has the wrong ancestor RenderObjectWidget. Typically, Expanded widgets are placed directly inside Flex widgets.) ErrorHint (The offending Expanded is currently placed inside a Stack widget.) ErrorDescription (The ownership chain for the RenderObject that received the incompatible parent data was: SizedBox.expand ← Expanded ← Stack ← Badge ← Row ← Padding ← DecoratedBox ← ConstrainedBox ← Container ← BottomMenubar ← ⋯)

h-unterp avatar May 23 '22 23:05 h-unterp

Hey @hunterpp Can you provide the minimum code to reproduce the error?

M-ixai-L avatar May 26 '22 09:05 M-ixai-L

Closing due to inactivity

yadaniyil avatar Oct 30 '22 17:10 yadaniyil