Flutter Cupertino Date Picker
Flutter cupertino date picker.
Usage
1. Depend
Add this to you package's pubspec.yaml
file:
2. Install
Run command:
3. Import
Import in Dart code:
4. Display DatePicker
showTitleActions: false
locale: 'zh'
i18n, default is English
dateFormat: 'yyyy-mmm-dd'
Just support English months.
It will also put the Pickers in the same order. The date String output does not change
dd-mm-yyyy -> 1-10-2018
dd-mmm-yyyy -> 1-Oct-2018
dd-mmmm-yyyy -> 1-October-2018
Example
Futures
- Format datetime display.
License
Copyright 2018 wuzhen
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.