mirror of
https://github.com/Iconica-Development/flutter_date_time_picker.git
synced 2025-05-18 18:33:49 +02:00
97 lines
2.3 KiB
Markdown
97 lines
2.3 KiB
Markdown
## 4.1.0
|
|
|
|
- Fixed a bug where there would be an extra line for the week after the current month in the month_date_time_picker
|
|
- Added more customization options for the container around the date_time_picker.dart
|
|
|
|
## 4.0.1
|
|
|
|
- Added an extra widget builder to add more customizability, for example to add 'today' and 'close' buttons.
|
|
|
|
## 4.0.0
|
|
|
|
- Controller has to be specified given to the [DragDownDateTimePicker] so the date can be changed outside of the widget itself.
|
|
|
|
## 3.3.3
|
|
|
|
- Added option for date box theme for marked dates and a boolean to use it
|
|
|
|
## 3.3.2
|
|
|
|
- Fixed size of Date_Time_Picker
|
|
|
|
## 3.3.1
|
|
|
|
- Fixed seperated bar theme from icon color
|
|
|
|
## 3.3.0
|
|
|
|
- Fixed localization bug for the overlay variant of the datetimepicker
|
|
- Added option to modify padding around the month name in the calendar of the datetimepicker
|
|
|
|
## 3.2.0
|
|
|
|
- Added call back for whenever the user navigates to a different month
|
|
|
|
## 3.1.0
|
|
|
|
- Add compatibility with flutter 3.10
|
|
|
|
## 3.0.0
|
|
|
|
- Added customization options for box encapsulating the datetimepicker (Customize shadow, add image or gradient)
|
|
- Removed ability to specify ShapeBorder directly in date_time_picker_theme. Specifying ShapeBorder now part of ShapeDecoration-customization
|
|
- Replaced 4 identical box-themes with different names with 1 general box-theme
|
|
- Renamed ambiguously named textStyle-property of DatePicker that only affected weekday-styling as weekdayTextStyle
|
|
- Added custimzation option to change border of days
|
|
- Added customization option to change padding of calendar
|
|
|
|
## 2.3.1
|
|
|
|
- Added extra customization options for datetimepicker (Customizable buttons, text formatting for weekday and month)
|
|
|
|
## 2.3.0
|
|
|
|
- Added availability of datetimepicker without button
|
|
|
|
## 2.2.4
|
|
|
|
- Fixed drag down date time picker not rebuilding
|
|
|
|
## 2.2.3
|
|
|
|
- Fixed skipping month bug
|
|
|
|
## 2.2.2
|
|
|
|
- Made the popup dismissible
|
|
|
|
## 2.2.1
|
|
|
|
- Added marking to datetimepicker
|
|
|
|
## 2.2.0
|
|
|
|
- Added the abilty to add the weekday letters above the months
|
|
|
|
## 2.1.0
|
|
|
|
- Fixed internalization of the package
|
|
- Added dragcallback to the draggablesheet
|
|
|
|
## 2.0.0
|
|
|
|
- Added overlay variant of datetimepicker
|
|
|
|
## 1.2.0
|
|
|
|
- Made date time picker height customizable
|
|
|
|
## 1.1.0
|
|
|
|
- Added option to change background color of date picker.
|
|
- Added option to style the bar at the bottom of the date picker.
|
|
|
|
## 1.0.0
|
|
|
|
- TODO: Describe initial release.
|