flutter_badges
flutter_badges copied to clipboard
ErrorSummary (Incorrect use of ParentDataWidget.)
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 ← ⋯)
Hey @hunterpp Can you provide the minimum code to reproduce the error?
Closing due to inactivity