birth_date_input 1.0.0
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.