MAKE IT SIMPLE
[Flutter] Incorrect use of ParentDataWidget. 본문
Incorrect use of ParentDataWidget.
Expanded 위젯을 구성하는 중에 이런 에러가 났다...
구글링 해보니 Expanded 위젯은 Column, Row, Flex 위젯 안에서만 사용이 가능하다고 하다.
근데 나는 Container 의 child 로 써서 에러가 난것!
하지만 나는 반응형 디자인을 포기할 수 없었기 때문에 Container 를 사용하는 대신
자식으로 Column을 두고 Column의 자식으로 Expanded 를 두었다.
무난히 해결!
'Flutter > 에러 노트' 카테고리의 다른 글
[Flutter] D8: Cannot fit requested classes in a single dex file (0) | 2021.08.04 |
---|---|
[Flutter] Could not find method android() for arguments (0) | 2021.08.04 |
Comments