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

현재 내 주변에 어떤 가게들이 있는지 확인하기 위해 Google map을 사용합니다. Google map위에 있는 Marker를 클릭하거나, sheet을 드래그하면 화면의 하단에서 sheet이 올라오게 구현 할 예정입니다. (Marker를 클릭하는 것은 간단하니 우선 드래그를 구현해봅니다) 우선 Google map이 있는 tab을 Stack으로 감싸줍니다. 그래야 Positioned를 사용해 bottom에 sheet를 위치 시킬 수 있습니다. 24 line이 우리가 구현 할 위젯입니다. MapBottomSheet은 StatefulWidget으로 설정합니다. BottomSheet을 AnimatedContainer로 구현 할 것이기 때문에 state가 필요합니다. 기본 동작은 다음과 같습니다. Bottom ..
Flutter/프로젝트
2023. 5. 25. 10:37