alh_calendar 1.1.0
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:
showFocusedBorderto toggle a focus outline border on header and day cells to improve keyboard navigation (default is false)focusedBorderStyleto 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
pageChangeDurationto change the duration of the animation - use
pageChangeCurveto update the animation curve of the animation
- use
- 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→initialDateminimumMonthDate→disablePreviousMonthFromDatemaximumMonthDate→disableNextMonthFromDateminimumDayDate→minSelectableDatemaximumDayDate→maxSelectableDateiconPadding→headerPaddingenableSixWeeksForEveryMonth→showSixWeeksForEveryMonth
ℹ️ Removed parameters #
onReachedMinimumDateonReachedMaximumDate
0.0.1 #
- New Package containing a calendar-widget, with many ways to customize.