본문 바로가기

소프트웨어 /Flutter

[Flutter] Flutter Error ” Each Child Must Be Laid Out Exactly Once”

반응형

플러터로 개발을 하다 좀 뜬금없이? 다음과 같은 에러를 만났다.

 

 

Flutter Error ” Each Child Must Be Laid Out Exactly Once”

 

해당 에러 관련 문서들을 찾아보니 다음과 같이 해결했다고 한다.

 

https://stackoverflow.com/questions/60076949/flutter-error-each-child-must-be-laid-out-exactly-once-on-building-layout

 

Flutter error: Each child must be laid out exactly once. On building layout

I'm starting to work with flutter. It seems pretty nice and easy, but there is not much resources when it comes to errors. Anyway, after long hours of thinking, checking and improvising, I started to

stackoverflow.com

 

 

flutter clean 해주고 pub get - run 해주면 해결된다.

 

일종의 버그일까..?

 

stackoverflow 없으면 개발 어찌하나...........