horizontal_date_range_picker 1.3.2 copy "horizontal_date_range_picker: ^1.3.2" to clipboard
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 rangeStripColor property to DatePickerStyle for customizing the strip color (with opacity via Color.withOpacity).
  • Added rangeStripHeight property to DatePickerStyle for controlling the strip's vertical thickness.

1.2.0 #

  • Added previousMonthIcon and nextMonthIcon properties to DatePickerStyle for 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 Column or ListView without wrapping in SizedBox.
  • 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 DatePickerStyle and DatePickerIndicatorShape.
  • 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.
0
likes
0
points
588
downloads

Publisher

unverified uploader

Weekly Downloads

A horizontally-scrollable date picker widget with single date and date range selection modes.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on horizontal_date_range_picker