dropdown_timepicker 1.0.0
dropdown_timepicker: ^1.0.0 copied to clipboard
A robust dropdown-based time picker for Flutter with 12/24-hour support and form validation.
1.0.0 #
- Promoted the package to a stable
1.0.0release. - Reworked
DropdownTimePickerto use immutable configuration and safer state updates. - Replaced deprecated dropdown APIs to align with current Flutter versions.
- Fixed the visible field order so hours, minutes, and AM/PM render consistently.
- Added sanitization for invalid initial selections and safer hour-range handling.
- Added widget tests for rendering, validation, 24-hour mode, and range behavior.
- Updated the example app test, README, and package metadata.
0.1.0 #
- Optimized the code.
- Fixed a dark mode bug.
0.0.1 #
- Initial release.