Skip to content

Exception caught by widgets library Β #3

@Yakumons

Description

@Yakumons

Incorrect use of ParentDataWidget.

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 BoxParentData.

Usually, this means that the Expanded widget has the wrong ancestor RenderObjectWidget. Typically, Expanded widgets are placed directly inside Flex widgets.
The offending Expanded is currently placed inside a Padding widget.
The ownership chain for the RenderObject that received the incompatible parent data was:
SizedBox ← Expanded ← Padding ← DecoratedBox ← ConstrainedBox ← Container ← Listener ← _GestureSemantics ← RawGestureDetector ← GestureDetector ← β‹―

Whenever i run the app on the emulator i just get white screen and that

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions