calendar_date_picker2 0.2.1
calendar_date_picker2: ^0.2.1 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.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
intoCalendarDatePicker2WithActionButtonsConfig
- Add
dialogBackgroundColor
intoshowCalendarDatePicker2Dialog
0.1.6 #
- Fix change log
0.1.5 #
- Update package description
0.1.4 #
- Update package intro
0.1.3 #
- Fix wording issue
0.1.2 #
- Update readme
0.1.1 #
- Fix Flutter 3.0.0 compiler warning regarding null-aware operation
0.1.0 #
- Fix binding lint warning
0.0.9 #
- Fix binding lint warning
0.0.8 #
- Fix binding lint warning
0.0.7 #
- Update readme
0.0.6 #
- Fix static analysis
0.0.5 #
- Update readme pub dev link
0.0.4 #
- Update readme
0.0.3 #
- Update license
0.0.2 #
- Add implementation for dialog function
- Fixed styling issues for current year item in year mode
0.0.1 #
- Fully working CalendarDatePicker2; example included