birth_date_input 1.0.2
birth_date_input: ^1.0.2 copied to clipboard
Three-field (day/month/year) date input widget for Flutter forms with built-in validation, auto-advance, paste support, and localization.
1.0.2 #
- Shortened package description to meet pub.dev guidelines (60-180 characters).
1.0.1 #
- Fixed homepage and repository URLs in pubspec.yaml.
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.