calendar_date_picker2 0.4.1 copy "calendar_date_picker2: ^0.4.1" to clipboard
calendar_date_picker2: ^0.4.1 copied to clipboard

outdated

A lightweight and customizable calendar picker based on Flutter CalendarDatePicker, with support for single date picker, range picker and multi picker.

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 centerAlignModePickerButton mode

0.3.9 #

  • feat: add centerAlignModePickerButton into config
  • feat: add customModePickerButtonIcon into config
  • update: add package screenshot

0.3.8 #

  • feat: add custom wrapping padding buttonPadding into 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 disableYearPicker into config
  • refine: refine assertion
  • update: update example

0.3.3 #

  • update: readme.md

0.3.2 #

  • feat: add dayTextStylePredicate into config
  • feat: add dayBuilder into config
  • refactor: move selectableDayPredicate into 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 firstDayOfWeek in CalendarDatePicker2WithActionButtonsConfig

0.2.7 #

  • fix: Dialog OK button not returning selected dates

0.2.6 #

  • feat: add firstDayOfWeek into config
  • feat: add closeDialogOnOkTapped into config
  • update: rename shouldCloseDialogAfterCancelTapped to closeDialogOnCancelTapped
  • update: set default value as true for both closeDialogOnOkTapped & closeDialogOnCancelTapped

0.2.5 #

  • feat: add yearTextStyle into config
  • fix: fix onCancelTapped get called on Ok button tapped

0.2.4 #

  • feat: add dayBorderRadius into config
  • feat: add yearBorderRadius into config
  • refactor: change param borderRadius'type of function showCalendarDatePicker2Dialog to BorderRadius
  • refactor: code clean-up

0.2.3 #

  • feat: add todayTextStyle into config
  • docs: fix documentation grammar issue
  • refactor: clean up codebase and rebase flutter's source code

0.2.2 #

  • Add new config option disabledDayTextStyle for disabled calendar days
  • Add selectableDayPredicate into 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 shouldCloseDialogAfterCancelTapped into CalendarDatePicker2WithActionButtonsConfig
  • Add dialogBackgroundColor into showCalendarDatePicker2Dialog

0.1.6 #

  • Initial implementation
648
likes
0
points
196k
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight and customizable calendar picker based on Flutter CalendarDatePicker, with support for single date picker, range picker and multi picker.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on calendar_date_picker2