horizontal_list_calendar 0.0.6
horizontal_list_calendar: ^0.0.6 copied to clipboard
A customizable horizontal list view calendar widget.
Changelog #
0.0.6 - 2025-05-26 #
Added #
- Created the
HorizontalListCalendarwidget 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