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

outdated

A widget in the form of a field that lets people enter choose a date/time/date and time via a date/time picker dialog. You can specify a custom input decoration, a custom date display. Uses DateTime.

0.0.1 #

  • Initial version

0.0.2 #

  • Fixing README.md
  • Updating package description
  • Formatting with DartFM

0.1.0 #

  • Updating documentation!

0.1.1 #

  • Formatting with DartFM!

0.1.2 #

  • Fixing an incorrect boolean (iOS picker was inverted with the Android one)

0.2.0 #

  • DateFormField now extends FormField. All issues related to this are now fiex
  • The style of the DateField (and by extension the one of DateFormField) is now rigorously applying the theme or any customization.

0.2.1 #

  • Adding support for Flutter web

0.2.2 #

  • Auto-formatting with dart-fm to meet pub.dev requirements

0.3.0 #

Breaking changes:

  • No more const constructor.

Deprecated:

  • DateField and DateFormField are now deprecated and will be removed in the next version, please consider switching to DateTimeField and DateTimeFormField.

Improvements:

  • Adding support for time. Now you can ask the user for a time, a date or both.
  • Improving performances by setting default value in the constructor.
  • Adding .time constructor for the DateField widget only.

##0.3.1

  • Adding the possibility to style the text with TextStyle

##0.3.2

  • Formating with dartfm

##0.3.3

  • Intl => any support

Breaking change:

  • Removing the label property, please consider using the InputDecoration to customize the label.

##1.0.0

  • Full support for input decoration
  • New standardized usage, many deprecations

##1.0.1

  • Removing the ripple effect

##1.0.2

  • Improving package description

##1.0.3

  • Improving package description

##1.0.4

  • Fixing critical issue
117
likes
0
pub points
97%
popularity

Publisher

verified publishergaspardmerten.dev

A widget in the form of a field that lets people enter choose a date/time/date and time via a date/time picker dialog. You can specify a custom input decoration, a custom date display. Uses DateTime.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on date_field