No description
Find a file
2020-03-01 23:32:31 +01:00
example Updating readme.md 2020-03-01 23:29:41 +01:00
lib Init commit 2020-03-01 23:16:40 +01:00
.gitignore Init commit 2020-03-01 23:16:40 +01:00
.metadata Init commit 2020-03-01 23:16:40 +01:00
CHANGELOG.md Updating readme.md 2020-03-01 23:29:41 +01:00
LICENSE Updating readme.md 2020-03-01 23:29:41 +01:00
pubspec.lock Updating readme.md 2020-03-01 23:29:41 +01:00
pubspec.yaml Updating readme.md 2020-03-01 23:29:41 +01:00
README.md Updating readme.md (3) 2020-03-01 23:32:31 +01:00

date_field

Contains DateField and DateFormField!

Getting Started

Just to let you know, this is how it looks like without any customization:

The best way to discover this package is simply to check the example page!

There are two widgets in this package:

  • DateField
  • DateFormField

The second one is wrapping the first one with a FormField widget! This way you can integrate it in your form structure flawlessly.

The DateField widget returns an InputDecorator with an Inkwell which will display a date picker (platform responsive) which allows the user to select the date he wants!

You can customize the widget a lot thanks to these parameters:

onSaved, validator, initialValue, autovalidate, enabled, firstDate, lastDate, label, dateFormat, decoration, initialDatePickerMode