일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ASMR
- 공자명언
- Firebase
- Freesound
- Android
- 이모지
- 공부집중
- 오픈소스
- Coroutine
- 코틀린
- 벤자민플랭클린
- 명심보감
- 좋은글필사하기
- 넷플릭스
- 소울칼리버6
- 장자명언
- recyclerview
- FSM
- bash
- DART
- 파이썬
- androidx
- Streaming
- 명언모음
- 1인개발자
- Flutter
- jetpack compose
- 이모지메모
- Linux
- kotlin
Archives
- Today
- Total
목록Flutter LayoutBuilder (1)
Vintage appMaker의 Tech Blog
[Flutter] Layoutbuilder를 이용한 반응형 UI
LayoutBuilder class - widgets library - Dart API Builds a widget tree that can depend on the parent widget's size. Similar to the Builder widget except that the framework calls the builder function at layout time and provides the parent widget's constraints. This is useful when the parent constrains the api.flutter.dev Flutter에서는 반응형 UI를 처리하기 위해 LayouBuilder 위젯을 제공한다. 이 위젯을 사용화면 App의 전체크기를 변경이 있..
Source code or Tip/Flutter & Dart
2022. 8. 15. 12:40