board_datetime_picker 1.3.0 board_datetime_picker: ^1.3.0 copied to clipboard
Picker to select date and time for Flutter. It is both a calendar and a picker, offering a variety of options as a package.
1.3.0 #
- Support daylight saving time.
- Support for changing the start day of the week.
- Support for changing the date format of the picker.
1.2.1 #
- Supported locale. The option
weekdays
has been deprecated accordingly.
1.2.0 #
- Added
showBoardDateTimePicker
function for modal bottom sheet.
1.1.1 #
- [Bug fix] Fixed a bug that caused the value passed in the change callback to be the current date and time when the picker is displayed if no initial date and time is specified.
1.1.0 #
- Added option to specify the value to be displayed or selectable for the time picker.
- Execute change callback if initial date is outside minimum or maximum range
- [Bug fix] Fixed problem with imps and fields not entering values correctly
1.0.3 #
- Allows minimum and maximum dates to be specified
- Added
openPicker
that can be displayed without arguments when open. - [Bug fix] Fixed date misalignment issue with calendar paging
1.0.2 #
- Changed to allow specification of language data to be displayed
- [Bug fix] Fixed problem with date buttons not becoming selected
1.0.1 #
- Update README
1.0.0 #
- Release board_datetime_picker