반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 자바공부
- 프로그래머스
- querydsl
- JPA 공부
- 카프카
- 코테공부
- 알고리즘공부
- 플러터 개발
- 기술면접공부
- 기술공부
- 코테준비
- nestjs
- nestjs스터디
- 자료구조공부
- K8S
- Axon framework
- 플러터 공부
- Flutter
- 스프링공부
- JPA예제
- nestjs공부
- 스프링 공부
- JPA스터디
- 스프링부트
- 스프링
- DDD
- Kafka
- JPA
- JPA공부
- 스프링부트공부
Archives
- Today
- Total
목록Flutter expanded사용 (1)
DevBoi
[Flutter] Rendering Object 오류
Usually, this means that the Expanded widget has the wrong ancestor RenderObjectWidget. Typically, Expanded widgets are placed directly inside Flex widgets. The offending Expanded is currently placed inside a SizedBox widget. 가끔 Expanded를 붙이면 발생하는 오류이다. 이 에러를 해결하기 위해서는 위젯의 상관관계를 알아야 한다. 그냥 무턱대고 쓰면 안되고 Column이나 확장 가능한 위젯 내에서만 사용가능하다. child: Expanded( child: SingleChildScrollView( scrollDirection:..
[Mobile]/[Flutter]
2023. 11. 27. 21:12