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