calendar_date_picker2 1.1.5
calendar_date_picker2: ^1.1.5 copied to clipboard
A lightweight and customizable calendar picker based on Flutter CalendarDatePicker, with support for single date picker, range picker and multi picker.
1.1.5 #
- refactor: add
isMonthPickerintoCalendarModePickerTextHandler - feat: add
weekdayLabelBuilderinto config - feat: add
modePickerBuilderinto config
1.1.4 #
- fix: update README.md
1.1.3 #
- feat: change
onValueChangedtype toValueChanged<List<DateTime>>?
1.1.2 #
- fix: pub dev analyzer warning
1.1.1 #
- feat: add
dynamicCalendarRowsinto config
1.1.0 #
- feat: add
animateToDisplayedMonthDateinto config - feat: add
dayViewControllerinto config - feat: add
monthViewControllerinto config - feat: add
yearViewControllerinto config
1.0.9 #
- fix: rename
scrollCalendarTopHeaderTextStyletoscrollViewTopHeaderTextStyle - fix: rename
hideScrollCalendarTopHeadertohideScrollViewTopHeader - fix: rename
hideScrollCalendarTopHeaderDividertohideScrollViewTopHeaderDivider - fix: rename
hideScrollCalendarMonthWeekHeadertohideScrollViewMonthWeekHeader - fix: rename
scrollCalendarConstraintstoscrollViewConstraints
1.0.8 #
- feat: add
scrollCalendarTopHeaderTextStyleinto config
1.0.7 #
- feat: add
scrollViewControllerinto config
1.0.6 #
- fix: pub dev analyzer warning
1.0.5 #
- fix: rename
hideScrollCalendarStickyWeekLabelsHeadertohideScrollCalendarTopHeader - fix: rename
hideScrollCalendarStickyWeekLabelsHeaderDividertohideScrollCalendarTopHeaderDivider - fix: rename
hideScrollCalendarWeekLabelsHeadertohideScrollCalendarMonthWeekHeader
1.0.4 #
- feat: add
scrollmode intoCalendarDatePicker2Mode - feat: add
hideScrollCalendarStickyWeekLabelsHeaderinto config - feat: add
hideScrollCalendarStickyWeekLabelsHeaderDividerinto config - feat: add
hideScrollCalendarWeekLabelsHeaderinto config - feat: add
scrollCalendarConstraintsinto config - feat: add
scrollViewMonthYearBuilderinto config - feat: add
scrollViewOnScrollinginto config
1.0.3 #
- feat: add
dayMaxWidthinto config - feat: add
hideMonthPickerDividersinto config - feat: add
hideYearPickerDividersinto config
1.0.2 #
- fix: current month & selected validation logics
1.0.1 #
- doc: update README.md
1.0.0 #
- BREAKING: feat: add month picker
- feat: add
monthBuilderinto config - feat: add
disableMonthPickerinto config - feat: add
useAbbrLabelForMonthModePickerinto config - feat: add
selectableMonthPredicateinto config - feat: add
selectableYearPredicateinto config
0.5.6 #
- refactor: change
rangeBidirectionaltobool? - feat: add
daySplashColorinto calendar config - feat: add
allowSameValueSelectioninto calendar config
0.5.5 #
- doc: update README.md
0.5.4 #
- feat: add
calendarViewScrollPhysicsinto calendar config
0.5.3 #
- feat: add
rangeBidirectionalinto calendar config
0.5.2 #
- feat: add
displayedMonthDateinto calendar widget - feat: add
selectedRangeDayTextStyleinto calendar config
0.5.1 #
- fix: dates value type issue
0.5.0 #
- feat: add
selectedRangeHighlightColorinto config
0.4.9 #
- update: README.md
0.4.8 #
- fix: static analyzer formatting issue
0.4.7 #
- update: rename
initialValuetovalue - update: rename
centerAlignModePickerButtontocenterAlignModePicker - update: rename
customModePickerButtonIcontocustomModePickerIcon - update: rename
modePickerButtonTextHandlertomodePickerTextHandler - update: README.md
0.4.6 #
- feat: add
modePickerButtonTextHandlerinto config - update: rename
disableYearPickertodisableModePicker
0.4.5 #
- feat: add
yearBuilderinto config
0.4.4 #
- fix: wrong month display on selected year tapped
0.4.3 #
- fix: minimum working sample unmodifiable list exception
- update: README.md
0.4.2 #
- fix: post-process
firstDate&lastDateto date-only
0.4.1 #
- fix: dialog border radius issue when theme uses
useMaterial3:true - feat: add action button localizations
0.4.0 #
- fix: incorrect header padding in
centerAlignModePickerButtonmode
0.3.9 #
- feat: add
centerAlignModePickerButtoninto config - feat: add
customModePickerButtonIconinto config - update: add package screenshot
0.3.8 #
- feat: add custom wrapping padding
buttonPaddinginto config
0.3.7 #
- fix: remove deprecated styles
0.3.6 #
- fix: fix textStyle for okButton
0.3.5 #
- fix: fix copyWith method
0.3.4 #
- feat: add
disableYearPickerinto config - refine: refine assertion
- update: update example
0.3.3 #
- update: readme.md
0.3.2 #
- feat: add
dayTextStylePredicateinto config - feat: add
dayBuilderinto config - refactor: move
selectableDayPredicateinto config - refine: code clean-up
0.3.1 #
- fix: fix dart formatting issue
0.2.9 #
- feat: add new config
selectedYearTextStyle
0.2.8 #
- fix: Missing
firstDayOfWeekinCalendarDatePicker2WithActionButtonsConfig
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
0.1.7 #
- Add
shouldCloseDialogAfterCancelTappedintoCalendarDatePicker2WithActionButtonsConfig - Add
dialogBackgroundColorintoshowCalendarDatePicker2Dialog
0.1.6 #
- Initial implementation