first commit
parents
Showing
.gitignore
0 → 100644
.metadata
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE.md
0 → 100644
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
This diff is collapsed.
Click to expand it.
README_zh-cn.md
0 → 100644
This diff is collapsed.
Click to expand it.
android/.gitignore
0 → 100644
android/app/build.gradle
0 → 100644
android/app/src/main/AndroidManifest.xml
0 → 100644
544 Bytes
442 Bytes
721 Bytes
1.01 KB
1.41 KB
android/app/src/main/res/values/styles.xml
0 → 100644
android/build.gradle
0 → 100644
android/gradle.properties
0 → 100644
android/settings.gradle
0 → 100644
example/.gitignore
0 → 100644
example/.metadata
0 → 100644
example/README.md
0 → 100644
example/android/.gitignore
0 → 100644
example/android/app/build.gradle
0 → 100644
2.88 KB
1.84 KB
4.14 KB
6.32 KB
9.24 KB
example/android/build.gradle
0 → 100644
example/android/gradle.properties
0 → 100644
example/android/settings.gradle
0 → 100644
example/ios/.gitignore
0 → 100644
example/ios/Flutter/AppFrameworkInfo.plist
0 → 100644
example/ios/Flutter/Debug.xcconfig
0 → 100644
example/ios/Flutter/Release.xcconfig
0 → 100644
example/ios/Runner.xcodeproj/project.pbxproj
0 → 100644
This diff is collapsed.
Click to expand it.
example/ios/Runner/AppDelegate.h
0 → 100644
example/ios/Runner/AppDelegate.m
0 → 100644
564 Bytes
1.25 KB
1.55 KB
1.68 KB
1.88 KB
1.25 KB
1.85 KB
3.74 KB
1.84 KB
3.22 KB
68 Bytes
68 Bytes
68 Bytes
example/ios/Runner/Info.plist
0 → 100644
example/ios/Runner/main.m
0 → 100644
example/lib/date_picker_bottom_sheet.dart
0 → 100644
example/lib/date_picker_in_page.dart
0 → 100644
example/lib/datetime_picker_in_page.dart
0 → 100644
example/lib/main.dart
0 → 100644
example/lib/time_picker_bottom_sheet.dart
0 → 100644
example/lib/time_picker_in_page.dart
0 → 100644
example/pubspec.yaml
0 → 100644
ios/.gitignore
0 → 100644
ios/Flutter/AppFrameworkInfo.plist
0 → 100644
ios/Flutter/Debug.xcconfig
0 → 100644
ios/Flutter/Release.xcconfig
0 → 100644
ios/Runner.xcodeproj/project.pbxproj
0 → 100644
This diff is collapsed.
Click to expand it.
ios/Runner/AppDelegate.h
0 → 100644
ios/Runner/AppDelegate.m
0 → 100644
10.9 KB
564 Bytes
1.25 KB
1.55 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ios/Runner/Base.lproj/Main.storyboard
0 → 100644
This diff is collapsed.
Click to expand it.
ios/Runner/Info.plist
0 → 100644
This diff is collapsed.
Click to expand it.
ios/Runner/main.m
0 → 100644
This diff is collapsed.
Click to expand it.
lib/flutter_cupertino_date_picker.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/date_picker.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/date_picker_constants.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/date_picker_theme.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/date_time_formatter.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/date_picker_i18n.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_ar.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_ar_eg.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_bn.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_bs.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_de.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_en_us.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_es.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_fr.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_hr.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_hu.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_id.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_it.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_jp.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_ko.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_nl.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_pt_br.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_ro.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_ru.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_sr_cyr.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_sr_lat.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_tr.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_uk.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_vi.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/i18n/strings_zh_cn.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/widget/date_picker_title_widget.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/widget/date_picker_widget.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/widget/datetime_picker_widget.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/src/widget/time_picker_widget.dart
0 → 100644
This diff is collapsed.
Click to expand it.
publish.sh
0 → 100644
This diff is collapsed.
Click to expand it.
pubspec.yaml
0 → 100644
This diff is collapsed.
Click to expand it.