v1.0.3cupertino_date_textbox
CupertinoDatePicker를 사용하여 날짜를 선택할 수 있는 Cupertino 텍스트 상자
20좋아요 5730일 다운로드150Pub 점수
AndroidiOSWebmacOSWindowsLinux
Flutter Cupertino 텍스트 상자로 CupertinoDatePicker를 사용하여 날짜를 선택할 수 있습니다
{"sdk":"flutter"}^0.18.0{"sdk":"flutter"}아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
Example
A text box with an attached CupertinoDatePicker which opens when the text box is tapped.
With this library the following is possible:
Just fill the required parameters of CupertinoDateTextBox and you're ready to go, e.g.:
CupertinoDateTextBox(
initialValue: DateTime.now(),
onDateChange: onDateChangeCallback,
hintText: 'Hint Text'))
You can find a full tutorial concerning CupertinoDateTextBox here Tutorial.
Please refer to the example for usage: Quick-Link
If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull Request are also welcome.