calendar_date_picker2 0.2.7
calendar_date_picker2: ^0.2.7 copied to clipboard
A lightweight and customizable calendar picker based on Flutter CalendarDatePicker, with support for single date picker, range picker and multi picker.
0.2.7 #
- fix: Dialog OK button not returning selected dates
0.2.6 #
- feat: add
firstDayOfWeekinto config - feat: add
closeDialogOnOkTappedinto config - update: rename
shouldCloseDialogAfterCancelTappedtocloseDialogOnCancelTapped - update: set default value as
truefor bothcloseDialogOnOkTapped&closeDialogOnCancelTapped
0.2.5 #
- feat: add
yearTextStyleinto config - fix: fix
onCancelTappedget called on Ok button tapped
0.2.4 #
- feat: add
dayBorderRadiusinto config - feat: add
yearBorderRadiusinto config - refactor: change param
borderRadius'type of functionshowCalendarDatePicker2DialogtoBorderRadius - refactor: code clean-up
0.2.3 #
- feat: add
todayTextStyleinto config - docs: fix documentation grammar issue
- refactor: clean up codebase and rebase flutter's source code
0.2.2 #
- Add new config option
disabledDayTextStylefor disabled calendar days - Add
selectableDayPredicateinto built-in dialog function
0.2.1 #
- Fix keyboard assertion when no focused day is set
- Fix time part not respected in range picker mode
0.2.0 #
- Fix Calendar body's GridView default extra padding
0.1.9 #
- Update readme
0.1.8 #
- Fix month label not change issue