반응형
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
- nestjs공부
- 카프카
- 자료구조공부
- 스프링부트공부
- 스프링부트
- 플러터 개발
- 프로그래머스
- 기술면접공부
- 코테준비
- Axon framework
- DDD
- nestjs스터디
- JPA예제
- K8S
- nestjs
- JPA공부
- JPA
- JPA스터디
- 플러터 공부
- 알고리즘공부
- Flutter
- 코테공부
- Kafka
- 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