material_hebrew_date_picker 1.2.2
material_hebrew_date_picker: ^1.2.2 copied to clipboard
A material hebrew date picker.
1.2.2 #
- Bug fix
1.2.1 #
- FEAT: Added
calendarDirection
parameter to control the layout direction of the calendar grid (LTR/RTL). - FIX: Resolved multiple layout overflow errors by making the picker content scrollable.
- FIX: The "Go to Today" button now correctly selects today's date in addition to navigating to it.
- FIX: Corrected an issue where the
PageController
could be used before it was attached to aPageView
.
1.2.0 #
- FEAT: Added year and month picker views for enhanced navigation.
- FEAT: Added a "Go to Today" button for quick access to the current date.
- FEAT: Added
initialPickerMode
to allow opening the picker in year or month view.
1.1.0 #
- FEAT: Added
selectableDayPredicate
to disable specific days of the week. - FEAT:
showMaterialHebrewDatePicker
now returns aFuture<DateTime?>
to allow forawait
. - FEAT: Added assertions to prevent invalid date ranges (
firstDate
afterlastDate
, etc.). - REFACTOR: Removed the
onConfirmDate
callback in favor of theFuture
return value. - REFACTOR: Removed the redundant
onDateRangeChanged
callback from the date range picker.
1.0.0+8 #
- Initial release.