Skip to content

Releases: solutelabs/horizontal_calendar

v1.0.2

09 Jun 07:09
Compare
Choose a tag to compare
  • Added Min Selected date count (Author dariof28)
  • Added Ability to show a month and dayOfWeek labels in uppercase (Author dariof28)
  • Upgraded Flutter version to v1.17.2

v1.0.1

09 Jun 07:08
f9f939c
Compare
Choose a tag to compare
  • Changed intl from main to transitive dependency to avoid version conflicts.

Initial Release

09 Jun 07:08
Compare
Choose a tag to compare
  • Custom date range (First & Last Date)
  • Single or up to x days selection
  • onDateSelected, onDateUnSelected, onDateLongTap, onMaxDateSelectionReached events.
  • Support custom ScrollController
  • Initial selected dates
  • Granular control to disable dates.
  • Internationalization support
  • Month / Date / Week Day label order customization
  • Month / Week day label hide / show
  • Custom TextStyles for Month, Date, WeekDay
  • Custom TextStyles for selected Month, selected Date, selected WeekDay
  • Customizable month format (e.g. MM,MMM)
  • Customizable date format (e.g. dd,d)
  • Customizable week day format (e.g. EE,EEE)
  • Default date cell Decoration
  • Selected date cell Decoration
  • Disabled date cell Decoration