일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 이모지
- Firebase
- 벤자민플랭클린
- Coroutine
- 명언모음
- DART
- jetpack compose
- 이모지메모
- 소울칼리버6
- 넷플릭스
- 코틀린
- Flutter
- 좋은글필사하기
- bash
- 명심보감
- Streaming
- kotlin
- recyclerview
- androidx
- 오픈소스
- FSM
- Android
- 1인개발자
- Freesound
- 공부집중
- 장자명언
- ASMR
- Linux
- 파이썬
- 공자명언
Archives
- Today
- Total
목록Flutter반응형UI (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