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 |
Tags
- riot api dart
- lol api dart
- 롤토체스 api dart
- 파이썬
- flutter bloc
- com.google.GIDSignIn
- dart
- 파이썬 부동소수점
- swift concurrency
- docker overview
- dart.dev
- widget
- dart new 키워드
- AnimationController
- keychain error
- Architectural overview
- flutter statefulwidget
- flutter android 폴더
- leetcode dart
- generate parentheses dart
- 롤 api dart
- valorant api dart
- flutter
- flutter ios 폴더
- PlatformException(sign_in_failed
- dart new
- 발로란트 api dart
- flutter widget
- swift 동시성
- tft api dart
Archives
- Today
- Total
목록state 생명주기 (1)
Coaspe
Flutter - Lifecycle of State objects(State 객체의 생명주기)
Flutter에 대해 깊게 가장 정확한 정보를 얻고 싶다면, 사실 구글 만큼 중요한 게, 오른쪽 커서 => "Go to Definition" 라고 생각합니다. 구조 파악이 쉽고, 주석으로 유용한 정보가 많이 있습니다. 해석본 더보기 State 객체는 다음과 같은 생명주기를 가집니다: * Framework는 [StatefulWidget.createState]를 호출하며 [State] 객체를 생성합니다. * 새로 생성된 [State] 객체는 BuildContext와 연관이 있습니다. 이 연관성은 영구적입니다: [State] 객체는 절대 그 객체의 [BuildContext]를 바꾸지 않습니다. 그러나, [BuildContext]가 그것의 서브트리와 함께 트리를 움직일 수 있습니다. 그 시점에서, [State]..
Flutter/번역
2023. 2. 17. 14:04