date_field 0.2.2 copy "date_field: ^0.2.2" to clipboard
date_field: ^0.2.2 copied to clipboard

outdated

Contains DateField and DateFormField which allows the user to pick a DateTime from an input field!

date_field #

Contains DateField and DateFormField which allows the user to pick a DateTime from an input field!

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

107
likes
0
pub points
97%
popularity

Publisher

verified publishergaspardmerten.dev

Contains DateField and DateFormField which allows the user to pick a DateTime from an input field!

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on date_field