개발(합니다)/시나브로(이슈) [Flutter] Incorrect use of ParentDataWidget. otrodevym 2021. 8. 8. 00:00 반응형 상황 Expanded를 위젯들에 감싸면서 레이아웃을 잡던 중 에러가 발생했습니다. 문제 파악 Expanded로는 간격을 줄 수 있는 위젯이 정해져있었습니다. 해결 방법 https://stackoverflow.com/questions/54905388/incorrect-use-of-parent-data-widget-expanded-widgets-must-be-placed-inside-flex incorrect use of parent data widget. expanded widgets must be placed inside flex widgets I am getting the following error: i.e.., Another exception was thrown: Incorrect use of ParentDataWidget. showing error on the mobile screen. @override Widget build(BuildContext context) { stackoverflow.com Column, Row나 flex 위젯 내에서만 이용이 가능합니다. 반응형 공유하기 게시글 관리 미니 블로그 : 메모하는 습관 저작자표시 비영리 변경금지 '개발(합니다) > 시나브로(이슈)' 카테고리의 다른 글 [Flutter-mac] Unable to find bundled Java version (0) 2021.08.11 [Flutter] error: The parameter 'event' of the method 'AlwaysWinPanGestureRecognizer.addAllowedPointer' has type 'PointerDownEvent', which does not match the corresponding type, 'PointerEvent', in the overridden method, 'DragGestureRecognizer.addAllowedP.. (0) 2021.08.10 [Mac] Intellij(android studio)에서 자동 완성 키 중복 해결하는 방법 (0) 2021.08.02 [Flutter] System UI isn't responding (0) 2021.08.01 [Intellij] unmappable character (0xEC) for encoding x-windows-949 (0) 2021.07.31 '개발(합니다)/시나브로(이슈)' Related Articles [Flutter-mac] Unable to find bundled Java version [Flutter] error: The parameter 'event' of the method 'AlwaysWinPanGestureRecognizer.addAllowedPointer' has type 'PointerDownEvent', which does not match the corresponding type, 'PointerEvent', in the overridden method, 'DragGestureRecognizer.addAllowedP.. [Mac] Intellij(android studio)에서 자동 완성 키 중복 해결하는 방법 [Flutter] System UI isn't responding