Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- appbar
- binding
- intent
- Navigation
- CustomScrollView
- ScrollView
- 앱
- LifeCycle
- 앱바
- drift
- tabbar
- viewmodel
- android
- livedata
- textview
- Button
- 안드로이드
- DART
- data
- Flutter
- 테스트
- TEST
- Kotlin
- Coroutines
- scroll
- Compose
- 계측
- Dialog
- textfield
- activity
Archives
- Today
- Total
목록DatePicker (1)
Study Record
[Flutter] 날짜 선택 다이얼로그 (CupertinoDatePicker, showCupertinoDialog)
🎁 CupertinoDatePicker IOS 에서 주로 사용하는 날짜 선택 다이얼로그로 Cupertino 가 IOS 에서 자주 사용되는 이름이니 이 단어가 붙으면 IOS 와 관련된 기능이라고 생각해도 된다. 반대로 Material 은 AOS 에서 자주 사용되는 이름이다. CupertinoDatePicker({ Key? key, CupertinoDatePickerMode mode = CupertinoDatePickerMode.dateAndTime, required void Function(DateTime) onDateTimeChanged, DateTime? initialDateTime, DateTime? minimumDate, DateTime? maximumDate, int minimumYear = 1,..
Flutter/widget
2023. 2. 3. 19:11