본문 바로가기

🐾 개발 🐾/Flutter

[Flutter] Incorrect use of ParentDataWidget Error in Flutter

반응형

https://stackoverflow.com/questions/57803737/flutter-renderflex-children-have-non-zero-flex-but-incoming-height-constraints

 

Flutter: "RenderFlex children have non-zero flex but incoming height constraints are unbounded"

I want to have a ListView inside another widget when I wrap FutureBuilder in a Column in order to have a simple Row. I get this error: The following assertion was thrown during performLayout(): I/f...

stackoverflow.com

https://www.fluttercampus.com/guide/229/incorrect-use-of-parentdatawidget-error/

 

[Solved] Incorrect use of ParentDataWidget Error in Flutter

In this post, we are going to show you the cause and how to solve the ʺIncorrect use of ParentDataWidgetʺ error in Flutter. This error occurs when the Child widget has not matched the parent widget.

www.fluttercampus.com

 

반응형