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
- widget
- dart
- flutter widget
- 발로란트 api dart
- riot api dart
- 파이썬 부동소수점
- generate parentheses dart
- docker overview
- swift 동시성
- tft api dart
- dart.dev
- PlatformException(sign_in_failed
- leetcode dart
- flutter android 폴더
- flutter statefulwidget
- lol api dart
- flutter
- 롤토체스 api dart
- 파이썬
- flutter ios 폴더
- swift concurrency
- Architectural overview
- 롤 api dart
- com.google.GIDSignIn
- valorant api dart
- keychain error
- AnimationController
- dart new
- dart new 키워드
- flutter bloc
Archives
- Today
- Total
목록platform-specific behaviors and adaptations (1)
aspe

Adaptation philosophy Platform adaptiveness는 일반적으로 2가지 케이스가 있습니다. OS 환경의 동작(텍스트 편집 및 스크롤 등)이며, 다른 동작이 발생하면 '잘못'이 됩니다. OEM의 SDK를 사용하는 앱에서 일반적으로 구현되는 것(iOS의 병렬 탭 사용또는 Android에서 android.app.AlertDialog를 표시하는 것) 이 페이지는 안드로이드와 iOS에서 Flutter가 case 1에서 제공하는 automatic adaptations(자동 적응)에 대해 주로 다롭니다. 케이스 2에서, Flutter는 플랫폼 convention(규약)의 적절한 효과를 내기 위한 수단을 묶지만 앱 디자인 선택이 필요할 때 자동으로 적응하지 않습니다. For a discuss..
Flutter/번역
2023. 2. 17. 14:03