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

Flutter가 이미지의 사이즈를 처리하는 방법에는 크게 7가지가 있습니다. 1. BoxFit.fill 원본 이미지의 비율을 유지하지 않고, 이미지를 감싸는 박스에 크기를 맞춥니다. 2. BoxFit.contain 원본 이미지의 비율을 유지하고, 이미지를 감싸는 박스의 width, hegith 중에 더 작은 것에 크기를 맞춥니다. 3. BoxFit.cover 원본 이미지의 비율을 유지하고, 이미지를 감싸는 박스를 covering하는 가장 작은 크기로 설정합니다. 4. BoxFit.fitWidth 원본 이미지의 비율을 유지하고, 이미지를 감싸는 박스의 width를 이미지의 width와 같게 설정합니다. 5. BoxFit.fitHeight BoxFit.fitWidth의 height 버전입니다. 6. BoxF..
Flutter/API
2023. 2. 17. 14:00