250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 부스트코스
- 안드로이드 sunflower
- 주택가 잠실새내
- 2022년 6월 일상
- 막내의 막무가내 알고리즘
- 프로그래머스 알고리즘
- 막내의막무가내 플러터
- 막내의막무가내 코틀린
- 프래그먼트
- 막내의막무가내 안드로이드 코틀린
- 막내의막무가내 rxjava
- Fragment
- 막내의막무가내 안드로이드
- 막내의막무가내 코틀린 안드로이드
- 막내의막무가내 목표 및 회고
- 안드로이드
- 막내의막무가내 알고리즘
- flutter network call
- 주엽역 생활맥주
- 막내의막무가내 코볼 COBOL
- 막내의 막무가내
- 막내의막무가내
- 막내의막무가내 프로그래밍
- 막내의막무가내 플러터 flutter
- 막내의막무가내 일상
- 막내의막무가내 안드로이드 에러 해결
- 막내의막무가내 SQL
- 부스트코스에이스
- 막무가내
- 안드로이드 Sunflower 스터디
Archives
- Today
- Total
막내의 막무가내 프로그래밍 & 일상
[Flutter] 컴파일 에러 The overflowing RenderFlex has an orientation of Axis.vertical.The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents bei.. 본문
플러터(Flutter) & Dart
[Flutter] 컴파일 에러 The overflowing RenderFlex has an orientation of Axis.vertical.The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents bei..
막무가내막내 2022. 4. 9. 22:35728x90
The overflowing RenderFlex has an orientation of Axis.vertical.The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents being too big for the RenderFlex.
넘친 RenderFlex의 방향은 Axis.vertical입니다. 넘치고 있는 RenderFlex의 가장자리는 렌더링에서 노란색과 검은색 줄무늬 패턴으로 표시되었습니다. 이는 일반적으로 내용이 RenderFlex에 비해 너무 커서 발생합니다.
해결하는 방법은 보통 코드를 잘못짠경우나 기존의 Colum 이 너무 길어서 생기는 문제일 수 있으므로 Colum을 다음과 같이 SingleChildScrollView로 Wrapping 해준다.
SingleChildScrollView(
child: Column(
...
),
),
댓글과 공감은 큰 힘이 됩니다. 감사합니다. !!!
참고
728x90
'플러터(Flutter) & Dart' 카테고리의 다른 글
[Flutter] Udemy 플러터 강의 섹션 13 학습 (Clima - Powering Your Flutter App with Live Web Data) (2) | 2022.04.12 |
---|---|
[Flutter] Hot Reload 시 null error 주의사항 (0) | 2022.04.12 |
[Flutter] 플러터 텍스트 베이스라인 맞추기 (하단 정렬, CrossAxisAlignment.baseline, textBaseline) (0) | 2022.04.05 |
[Flutter] Function 클래스와 예제 (2) | 2022.04.05 |
[Flutter] Udemy 플러터 강의 섹션 12 학습 (BMI Calculator - Building Flutter for intermediates) (0) | 2022.04.04 |
Comments