General
- All of our Syncfusion® Flutter widgets have been updated to support
WebAssembly
(WASM) as a compilation target for building web applications. - The minimum Dart version of our Flutter widgets has been updated to 3.3 from 2.17.
Bug fixes
- #GH2119 - The hover color will no longer be applied when swiping on the widget using touch on Windows and web platforms.
General
- The compatible version of our Flutter datepicker widget has been updated to Flutter SDK 3.24.0.
General
- Provided the Material 3 themes support.
Bug fixes
- #FB50679 - Now, text size remains consistent when the app state or themes gets changed.
General
- Upgraded the
intl
package to the latest version 0.19.0.
Features
- Provided support to extendable range selection direction in the date range picker.
Bug fixes
- Now, the action button is working properly without selecting any dates in the
SfDateRangePicker
.
Features
- Added a Today button in the Date Range Picker to move to today’s date.
- Added a selectable day predicate callback to decide whether a cell is selectable or not.
Features
- Provided support to display week numbers of the year.
- Provided extendable range selection support to extend the selected range.
Features
- Implemented the free scroll support in the date range picker.
- Implemented action buttons to confirm and cancel the selection in the date range picker.
- Provided the support for enabling and disable the swiping interaction in the date range picker.
Breaking changes
- Now, the header text will align to the left instead of center when the multiview is enabled in the date range picker.
Breaking changes
- Now, the
date
andvisibleDates
types are changed from dynamic to respective types in the cell builder of the Date range picker.
Features
- Hijri date picker support is provided.
- The custom builder support is provided for the month cells and year cells in the date range picker.
- Vertical date picker support provided.
Bug fixes
- Now, the 24th-month date view in the
SfDateRangePicker
is rendering correctly.
Bug fixes
- Now, the
startRangeSelectionColor
andendRangeSelectionColor
have been applied properly to the range selection of month view withselectionShape
as a rectangle. - Now, when defining the image for the
cellDecoration
property, the 'DateRangePickerMonthCellStyle' works correctly.
Bug fixes
- Now, the
endDate
ofPickerDateRange
inDateRangePickerSelectionChangedArgs
will not be set before thestartDate
.
No changes.
Bug fixes
- Now, the Locale translation was working fine for the month view header of the
SfDateRangePicker
.
No changes.
No changes.
No changes.
No changes.
No changes.
No changes.
No changes.
Breaking changes
- The
selectionTextStyle
,selectionColor
,startRangeSelectionColor
,rangeSelectionColor
,endRangeSelectionColor
,rangeTextStyle
andselectionStyle
properties fromDateRangePickerMonthCellStyle
class has been deprecated, use the same properties fromSfDateRangePicker
class instead.
Features
- Enable/disable built in view switching support.
- Multi-date picker view support
No changes.
No changes.
No changes.
No changes.
No changes.
No changes.
Initial release.
Features
- Supports four types of built-in views such as month, year, decade, and century views.
- Navigate back and forth the date-range views and between different view modes.
- Select single, multiple, and range of dates in month view.
- First day of week support.
- Supports minimum and maximum date range.
- Disable dates support and weekend, special and blackout dates in month view.
- Localization support.
- Theme support.
- Right to left support.
- Accessibility support.
- Selection style customization.