- fix: fix small screen range highlight height for flexible day widget
- feat: add
selectedRangeDecorationPredicate
into config - feat: add
selectedRangeHighlightBuilder
into config
- refactor: amend default day widget builder to enable flexible day widget width
- feat: add
disabledYearTextStyle
into config - feat: add
disabledMonthTextStyle
into config - feat: add
dayModeScrollDirection
into config - feat: add
modePickersGap
into config
- refactor: add
isMonthPicker
intoCalendarModePickerTextHandler
- feat: add
weekdayLabelBuilder
into config - feat: add
modePickerBuilder
into config
- fix: update README.md
- feat: change
onValueChanged
type toValueChanged<List<DateTime>>?
- fix: pub dev analyzer warning
- feat: add
dynamicCalendarRows
into config
- feat: add
animateToDisplayedMonthDate
into config - feat: add
dayViewController
into config - feat: add
monthViewController
into config - feat: add
yearViewController
into config
- fix: rename
scrollCalendarTopHeaderTextStyle
toscrollViewTopHeaderTextStyle
- fix: rename
hideScrollCalendarTopHeader
tohideScrollViewTopHeader
- fix: rename
hideScrollCalendarTopHeaderDivider
tohideScrollViewTopHeaderDivider
- fix: rename
hideScrollCalendarMonthWeekHeader
tohideScrollViewMonthWeekHeader
- fix: rename
scrollCalendarConstraints
toscrollViewConstraints
- feat: add
scrollCalendarTopHeaderTextStyle
into config
- feat: add
scrollViewController
into config
- fix: pub dev analyzer warning
- fix: rename
hideScrollCalendarStickyWeekLabelsHeader
tohideScrollCalendarTopHeader
- fix: rename
hideScrollCalendarStickyWeekLabelsHeaderDivider
tohideScrollCalendarTopHeaderDivider
- fix: rename
hideScrollCalendarWeekLabelsHeader
tohideScrollCalendarMonthWeekHeader
- feat: add
scroll
mode intoCalendarDatePicker2Mode
- feat: add
hideScrollCalendarStickyWeekLabelsHeader
into config - feat: add
hideScrollCalendarStickyWeekLabelsHeaderDivider
into config - feat: add
hideScrollCalendarWeekLabelsHeader
into config - feat: add
scrollCalendarConstraints
into config - feat: add
scrollViewMonthYearBuilder
into config - feat: add
scrollViewOnScrolling
into config
- feat: add
dayMaxWidth
into config - feat: add
hideMonthPickerDividers
into config - feat: add
hideYearPickerDividers
into config
- fix: current month & selected validation logics
- doc: update README.md
- BREAKING: feat: add month picker
- feat: add
monthBuilder
into config - feat: add
disableMonthPicker
into config - feat: add
useAbbrLabelForMonthModePicker
into config - feat: add
selectableMonthPredicate
into config - feat: add
selectableYearPredicate
into config
- refactor: change
rangeBidirectional
tobool?
- feat: add
daySplashColor
into calendar config - feat: add
allowSameValueSelection
into calendar config
- doc: update README.md
- feat: add
calendarViewScrollPhysics
into calendar config
- feat: add
rangeBidirectional
into calendar config
- feat: add
displayedMonthDate
into calendar widget - feat: add
selectedRangeDayTextStyle
into calendar config
- fix: dates value type issue
- feat: add
selectedRangeHighlightColor
into config
- update: README.md
- fix: static analyzer formatting issue
- update: rename
initialValue
tovalue
- update: rename
centerAlignModePickerButton
tocenterAlignModePicker
- update: rename
customModePickerButtonIcon
tocustomModePickerIcon
- update: rename
modePickerButtonTextHandler
tomodePickerTextHandler
- update: README.md
- feat: add
modePickerButtonTextHandler
into config - update: rename
disableYearPicker
todisableModePicker
- feat: add
yearBuilder
into config
- fix: wrong month display on selected year tapped
- fix: minimum working sample unmodifiable list exception
- update: README.md
- fix: post-process
firstDate
&lastDate
to date-only
- fix: dialog border radius issue when theme uses
useMaterial3:true
- feat: add action button localizations
- fix: incorrect header padding in
centerAlignModePickerButton
mode
- feat: add
centerAlignModePickerButton
into config - feat: add
customModePickerButtonIcon
into config - update: add package screenshot
- feat: add custom wrapping padding
buttonPadding
into config
- fix: remove deprecated styles
- fix: fix textStyle for okButton
- fix: fix copyWith method
- feat: add
disableYearPicker
into config - refine: refine assertion
- update: update example
- update: readme.md
- feat: add
dayTextStylePredicate
into config - feat: add
dayBuilder
into config - refactor: move
selectableDayPredicate
into config - refine: code clean-up
- fix: fix dart formatting issue
- feat: add new config
selectedYearTextStyle
- fix: Missing
firstDayOfWeek
inCalendarDatePicker2WithActionButtonsConfig
- fix: Dialog OK button not returning selected dates
- feat: add
firstDayOfWeek
into config - feat: add
closeDialogOnOkTapped
into config - update: rename
shouldCloseDialogAfterCancelTapped
tocloseDialogOnCancelTapped
- update: set default value as
true
for bothcloseDialogOnOkTapped
&closeDialogOnCancelTapped
- feat: add
yearTextStyle
into config - fix: fix
onCancelTapped
get called on Ok button tapped
- feat: add
dayBorderRadius
into config - feat: add
yearBorderRadius
into config - refactor: change param
borderRadius
'type of functionshowCalendarDatePicker2Dialog
toBorderRadius
- refactor: code clean-up
- feat: add
todayTextStyle
into config - docs: fix documentation grammar issue
- refactor: clean up codebase and rebase flutter's source code
- Add new config option
disabledDayTextStyle
for disabled calendar days - Add
selectableDayPredicate
into built-in dialog function
- Fix keyboard assertion when no focused day is set
- Fix time part not respected in range picker mode
- Fix Calendar body's GridView default extra padding
- Update readme
- Fix month label not change issue
- Add
shouldCloseDialogAfterCancelTapped
intoCalendarDatePicker2WithActionButtonsConfig
- Add
dialogBackgroundColor
intoshowCalendarDatePicker2Dialog
- Initial implementation