flutter에서 listview builder를 이용해서 연속된 항목들을 보여주는 경우가 많다. 하지만 listview builder의 크기때문에 여러 에러들이 난다. 에러가 났던 코드들과 그 이유에 대해서 설명해보겠다. 대표적인 에러가 constraintsError이다. 에러 메시지가 이렇게나 길었다.. RenderFlex children have non-zero flex but incoming height constraints are unbounded. When a column is in a parent that does not provide a finite height constraint, for example if it is in a vertical scrollable, it will try t..