- 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