horizontal_list_calendar 1.0.0 copy "horizontal_list_calendar: ^1.0.0" to clipboard
horizontal_list_calendar: ^1.0.0 copied to clipboard

A customizable horizontal list view calendar widget.

Changelog #

1.0.0 - 2025-06-28 #

Fix Bug #

  • Fix the scroll controller bug.

0.1.0 - 2025-06-28 #

Added #

  • Add canSelectDate, monthChangeButton parameter to control the calendar functionality

0.0.9 - 2025-05-26 #

Added #

  • Created the HorizontalListCalendar widget for displaying a horizontally scrollable calendar.
  • Integrated Riverpod for state management of the selected date.
  • Added example usage and basic documentation.

Changed #

  • Renamed 'selectedDateBorderColor' to 'selectedColor' for better clarity.

Added New Parameters #

  • 'iconSize' for icon button
  • 'curve' for scrolling animation curve
  • 'duration' for scrolling animation duration
  • 'selectedFillColor' for the selected date container fill color
  • 'selectedTextStyle' for the selected date text style
  • 'unSelectedFillColor' for the unselected date container fill color
  • 'unSelectedTextStyle' for the unselected text style
  • 'todayFillColor' for the today date Container fill color
  • 'todayTextStyle' for the today text style
  • 'headerTextStyle' for the header text style

Removed #

  • 'bodyPadding' removed for centering the selected date
9
likes
150
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable horizontal list view calendar widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_riverpod, intl

More

Packages that depend on horizontal_list_calendar