birth_date_input 1.0.0 copy "birth_date_input: ^1.0.0" to clipboard
birth_date_input: ^1.0.0 copied to clipboard

Three-field (day / month / year) date input widget for Flutter forms — a lightweight alternative to date pickers for birth date / date of birth entry. Built-in validation, auto-advance, paste support, [...]

1.0.0 #

  • Initial release.
  • Three-field date input (day / month / year) as a FormField<DateTime>.
  • Built-in validation: calendar correctness, year range, future date, minimum age.
  • Auto-advance focus between fields.
  • Backspace navigation to previous field.
  • Paste support for common date formats (DD.MM.YYYY, DD/MM/YYYY, DD-MM-YYYY, etc.).
  • Customizable theme via BirthDateTheme.
  • Multi-language support: English, Czech, Russian, Polish, Lithuanian.
1
likes
0
points
134
downloads

Publisher

unverified uploader

Weekly Downloads

Three-field (day / month / year) date input widget for Flutter forms — a lightweight alternative to date pickers for birth date / date of birth entry. Built-in validation, auto-advance, paste support, and multi-language localization.

Repository (GitHub)
View/report issues

Topics

#date-input #birthday #form #widget #date

License

unknown (license)

Dependencies

flutter

More

Packages that depend on birth_date_input