alh_calendar 1.1.0 copy "alh_calendar: ^1.1.0" to clipboard
alh_calendar: ^1.1.0 copied to clipboard

A package for creating a custom calendar-widget. Builder-methods make it possible to design the calendar according to the given situation.

Changelog #

1.1.0 #

♿️ Added two new accessibility parameters:

  • showFocusedBorder to toggle a focus outline border on header and day cells to improve keyboard navigation (default is false)
  • focusedBorderStyle to customize its thickness and color (default is null)

1.0.1 #

  • Updated header icon color to primary when not disabled

1.0.0 #

⭐️ New features #

  • added page animation when changing the months
    • use pageChangeDuration to change the duration of the animation
    • use pageChangeCurve to update the animation curve of the animation
  • added selectInitialDate
    • set to false if the initial date should not be selected
  • added iconPadding
    • before this parameter only set padding to the whole header
    • now only the back and forth icons get a padding

🧑‍💻Code Refactoring #

  • updated the following parameter names
    • initialDateTimeinitialDate
    • minimumMonthDatedisablePreviousMonthFromDate
    • maximumMonthDatedisableNextMonthFromDate
    • minimumDayDateminSelectableDate
    • maximumDayDatemaxSelectableDate
    • iconPaddingheaderPadding
    • enableSixWeeksForEveryMonthshowSixWeeksForEveryMonth

ℹ️ Removed parameters #

  • onReachedMinimumDate
  • onReachedMaximumDate

0.0.1 #

  • New Package containing a calendar-widget, with many ways to customize.
4
likes
150
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A package for creating a custom calendar-widget. Builder-methods make it possible to design the calendar according to the given situation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on alh_calendar