alh_calendar 1.0.0 copy "alh_calendar: ^1.0.0" to clipboard
alh_calendar: ^1.0.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.

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
    • initialDateTime β†’ initialDate
    • minimumMonthDate β†’ disablePreviousMonthFromDate
    • maximumMonthDate β†’ disableNextMonthFromDate
    • minimumDayDate β†’ minSelectableDate
    • maximumDayDate β†’ maxSelectableDate
    • iconPadding β†’ headerPadding
    • enableSixWeeksForEveryMonth β†’ showSixWeeksForEveryMonth

ℹ️ Removed parameters #

  • onReachedMinimumDate
  • onReachedMaximumDate

0.0.1 #

  • New Package containing a calendar-widget, with many ways to customize.
4
likes
160
pub points
0%
popularity

Publisher

unverified uploader

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