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 |
Tags
- 앱바
- drift
- CustomScrollView
- 앱
- DART
- Coroutines
- data
- Kotlin
- 계측
- 테스트
- appbar
- activity
- Compose
- TEST
- Dialog
- textfield
- Navigation
- Button
- 안드로이드
- binding
- ScrollView
- android
- textview
- intent
- LifeCycle
- livedata
- viewmodel
- tabbar
- scroll
- Flutter
Archives
- Today
- Total
목록cupertinoDatePicker (1)
Study Record

🎁 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