horizontal_date_range_picker 1.3.2
horizontal_date_range_picker: ^1.3.2 copied to clipboard
A horizontally-scrollable date picker widget with single date and date range selection modes.
1.3.2 #
- Fixed range strip rendering as disconnected per-cell backgrounds instead of one continuous band.
1.3.1 #
- InkWell splash shape now matches the
selectedIndicatorShape(circle, rounded rectangle, or square).
1.3.0 #
- Range strip now renders continuously from start to end date, including behind the selected circles.
- Added
rangeStripColorproperty toDatePickerStylefor customizing the strip color (with opacity viaColor.withOpacity). - Added
rangeStripHeightproperty toDatePickerStylefor controlling the strip's vertical thickness.
1.2.0 #
- Added
previousMonthIconandnextMonthIconproperties toDatePickerStylefor custom navigation button icons.
1.1.0 #
- Widget now self-sizes and no longer requires a parent height constraint.
Can be placed directly in a
ColumnorListViewwithout wrapping inSizedBox. - Weekday labels row moved outside the
PageView— stays static during page swipes.
1.0.0 #
- Initial public release.
- Horizontally-scrollable date picker with PageView-based month navigation.
- Single date selection mode (
SelectionMode.single). - Date range selection mode (
SelectionMode.range). - Fully customizable styling via
DatePickerStyleandDatePickerIndicatorShape. - Locale-aware weekday and month formatting via
intl. - Accessibility: semantic labels, state announcements, 48x48 tap targets.
- Min/max date boundary enforcement with disabled date styling.
- Initial date and initial date range support.