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 |
Tags
- PlatformException(sign_in_failed
- dart new 키워드
- swift 동시성
- flutter android 폴더
- valorant api dart
- dart
- 발로란트 api dart
- 롤 api dart
- flutter statefulwidget
- dart.dev
- keychain error
- dart new
- generate parentheses dart
- leetcode dart
- flutter bloc
- flutter widget
- AnimationController
- docker overview
- tft api dart
- 파이썬
- lol api dart
- flutter ios 폴더
- com.google.GIDSignIn
- flutter
- 파이썬 부동소수점
- swift concurrency
- Architectural overview
- widget
- riot api dart
- 롤토체스 api dart
Archives
- Today
- Total
목록Flutter BuildContext (1)
aspe
Flutter - BuildContext
위젯 트리안에서 위젯의 위치를 처리합니다. BuildContext는 StatelessWidget.build 메소드와 State 객체가 가지는 메소드에서 사용 할 수 있는 메소드들의 집합을 가지고 있습니다. BuildContext는 StatelessWidget.build 같은 WidgetBuilder로 전달되고, State.context 멤버로 접근이 가능합니다. 몇몇 static 함수(e.g. showDialog, Theme.of)는 BuildContext들을 가져와서, 주어진 context의 정보를 사용하거나 위젯을 호출하는 것 처럼 사용합니다. 각 위젯은 자신의 BuildContext가 있고, BuildContext는 StatelessWidget.build or State.build 함수에 의해 반환..
Flutter/API
2023. 2. 17. 13:58