Skip to content

Commit 733b9f8

Browse files
Merge pull request #1257 from Syncfusion-Content/development
DOCINFRA-2341_merged_using_automation
2 parents 14f0fb8 + 476a619 commit 733b9f8

File tree

258 files changed

+12409
-10865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+12409
-10865
lines changed

Flutter/DateRangePicker/accessibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ The `SfDateRangePicker` can easily be accessed by screen readers. Please find th
5656

5757
## Sufficient contrast
5858

59-
The `SfDateRangePicker` [theming](https://help.syncfusion.com/flutter/themes) support offers a consistent and a standardized look, as well as the ability to set the colors for all the UI elements.
59+
The `SfDateRangePicker` [theming](https://help.syncfusion.com/flutter/themes) support offers a consistent and standardized look, as well as the ability to set the colors for all the UI elements.
6060

61-
The following APIs allows to customize the colors of the following elements.
61+
The following APIs allows you to customize the colors of the following elements.
6262
* [viewHeaderStyle](https://help.syncfusion.com/flutter/daterangepicker/headers#view-header)
6363
* [headerStyle](https://help.syncfusion.com/flutter/daterangepicker/headers#header-appearance)
6464
* [leadingDatesDecoration](https://help.syncfusion.com/flutter/daterangepicker/customizations#month-cell-customization)
@@ -75,7 +75,7 @@ The following APIs allows to customize the colors of the following elements.
7575

7676
## Large fonts
7777

78-
The `SfDateRangePicker` font size can be adjusted automatically based on device settings and the font size scaled based on the `MediaQueryData.textScaleFactor`. And also it allows to change the font size of all elements in date range picker.
78+
The `SfDateRangePicker` font size can be adjusted automatically based on device settings and the font size scaled based on the `MediaQueryData.textScaleFactor`. It also allows you to change the font size of all elements in date range picker.
7979
* [todayTextStyle](https://help.syncfusion.com/flutter/daterangepicker/customizations)
8080
* [leadingDatesTextStyle](https://help.syncfusion.com/flutter/daterangepicker/customizations)
8181
* [trailingDatesTextStyle](https://help.syncfusion.com/flutter/daterangepicker/customizations)

Flutter/DateRangePicker/builders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Builders in Flutter Date Range Picker widget | Syncfusion
4-
description: Learn here all about Bulders feature of Syncfusion Flutter Date Range Picker (SfDateRangePicker) widget and more.
4+
description: Learn here all about Builders feature of Syncfusion Flutter Date Range Picker (SfDateRangePicker) widget and more.
55
platform: Flutter
66
control: SfDateRangePicker
77
documentation: ug

Flutter/DateRangePicker/headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99

1010
# Headers in Flutter Date Range Picker (SfDateRangePicker)
11-
You can customize the header of the data range picker using the [headerStyle](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/headerStyle.html) and [headerHeight](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/headerHeight.html) properties in date range picker.
11+
You can customize the header of the date range picker using the [headerStyle](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/headerStyle.html) and [headerHeight](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/headerHeight.html) properties in date range picker.
1212

1313
## Customize the header height
1414
You can customize the height of the header of `DateRangePicker` by using the `headerHeight` property.

Flutter/DateRangePicker/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
By default, the calendar widget supports US English localizations. You can change other languages by specifying the `MaterialApp` properties and adding the `flutter_localizations` package to your application.
1313

14-
To use `flutter_localizations`, add the package as a dependency to `pubspec.yaml` file.
14+
To use `flutter_localizations`, add the package as a dependency to your `pubspec.yaml` file.
1515

1616
{% highlight dart %}
1717

Flutter/DateRangePicker/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Syncfusion<sup>&reg;</sup> Flutter Date Range Picker is a lightweight widget
2222

2323
![Multi date picker view Date Range Picker](images/overview/multi-date-picker.png)
2424

25-
* **Quick navigation**: Navigate back and forth the date-range views and between different view modes.
25+
* **Quick navigation**: Navigate back and forth between date-range views and different view modes.
2626

2727
* **Enable/disable built-in view switching**: Restrict users from navigating to different picker views by disabling view switching. Select values in terms of month, year, or decade with this feature enabled.
2828

@@ -32,7 +32,7 @@ The Syncfusion<sup>&reg;</sup> Flutter Date Range Picker is a lightweight widget
3232

3333
![Date selection Date Range Picker](images/overview/selection_mode.png)
3434

35-
* **Limit the date selection range**: Select only a date range with a specific minimum and maximum numbers of days (span of days) by setting the minimum and maximum days options.
35+
* **Limit the date selection range**: Select only a date range with a specific minimum and maximum number of days (span of days) by setting the minimum and maximum days options.
3636

3737
![Limit the date selection range Date Range Picker](images/overview/min_max_date.png)
3838

@@ -52,7 +52,7 @@ The Syncfusion<sup>&reg;</sup> Flutter Date Range Picker is a lightweight widget
5252

5353
![Right to left Date Range Picker](images/overview/right_to_left.png)
5454

55-
* **Accessibility** - Easy access of the date range picker by the screen readers.
55+
* **Accessibility** - Easy access of the date range picker by screen readers.
5656

5757
* **Globalization** - Display the current date and time by following the globalized date and time formats.
5858

Flutter/DateRangePicker/right-to-left.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ documentation: ug
1414
Right to left rendering can be switched in the following ways:
1515

1616
### Wrapping the SfDateRangePicker with Directionality widget
17-
The `SfDateRangePicker` supports changing the layout direction of the widget in the right-to-left direction by using the `Directionality` widget and set the `textDirection` property as [TextDirection.rtl](https://api.flutter.dev/flutter/dart-ui/TextDirection.html).
17+
The `SfDateRangePicker` supports changing the layout direction of the widget in the right-to-left direction by using the `Directionality` widget and setting the `textDirection` property as [TextDirection.rtl](https://api.flutter.dev/flutter/dart-ui/TextDirection.html).
1818

1919
{% tabs %}
2020
{% highlight dart hl_lines="7 8" %}

Flutter/DateRangePicker/selections.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99

1010
# Selections in Flutter Date Range Picker (SfDateRangePicker)
11-
Dates can be selected by touching the on month view cells. The default [selectionMode](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/selectionMode.html) is Single that allows the user to select one date at a time. `SfDateRangePicker` provides support to select dates in four modes such as `Single`, `Multiple`, `Range` and `MultiRange` selection
11+
Dates can be selected by touching the month view cells. The default [selectionMode](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/selectionMode.html) is Single that allows the user to select one date at a time. `SfDateRangePicker` provides support to select dates in four modes such as `Single`, `Multiple`, `Range` and `MultiRange` selection
1212

1313
>**NOTE** When the `enableViewNavigation` property is set to false, the Date range picker allows you to select the cells in the year, decade, and century views of date range picker.
1414
@@ -43,7 +43,7 @@ Eg:
4343

4444

4545
## Multiple selection
46-
You can randomly select more than one date range picker cell by setting the `DateRangePickerSelectionMode` to `multiple`. By Clicking again you can deselect the selected cells.
46+
You can randomly select more than one date range picker cell by setting the `DateRangePickerSelectionMode` to `multiple`. By clicking again you can deselect the selected cells.
4747

4848
{% tabs %}
4949
{% highlight dart hl_lines="6" %}
@@ -210,7 +210,7 @@ Widget build(BuildContext context) {
210210
![Selection shape Date Range Picker](images/selections/selectionshape.png)
211211

212212
## Enable swipe selection
213-
Using the [enableSwipeSelection](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/DateRangePickerMonthViewSettings/enableSwipeSelection.html) property of the `DateRangePicker`, you can select the dates by using swiping. By default, `enableSwipeSelection` property as `true`.
213+
Using the [enableSwipeSelection](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/DateRangePickerMonthViewSettings/enableSwipeSelection.html) property of the `DateRangePicker`, you can select the dates by using swiping. By default, `enableSwipeSelection` property is set to `true`.
214214

215215
{% tabs %}
216216
{% highlight dart hl_lines="7 8" %}

Flutter/DateRangePicker/views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111
The `SfDateRangePicker` widget provides four different types of views to display. It can be assigned to the widget constructor by using the [view](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/view.html) property. Default view of the widget is month view. By default the current date will be displayed initially for all the date range picker views.
1212

1313
## Month view
14-
This view displays the entire dates of a particular month. By default , the current month will be displayed on loading. The current date is provided with a separate color different from the rest of the dates color in `month view`.
14+
This view displays the entire dates of a particular month. By default, the current month will be displayed on loading. The current date is provided with a separate color different from the rest of the dates color in `month view`.
1515

1616
{% tabs %}
1717
{% highlight dart hl_lines="5" %}

Flutter/Licensing/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Overview of Syncfusion license and unlock keys - Syncfusion
4-
description: Learn here about the Syncfusion license and unlock keys and difference between license and unlock keys.
4+
description: Learn here about the Syncfusion license and unlock keys and the difference between license and unlock keys.
55
platform: flutter
66
control: Essential Studio
77
documentation: ug
@@ -10,7 +10,7 @@ documentation: ug
1010

1111
# Syncfusion<sup>&reg;</sup> Licensing Overview
1212

13-
The License key registration is no longer required for Flutter from version 18.3.0.x. So, there is no need to generate or register Syncfusion<sup>&reg;</sup> Flutter license keys in your Flutter projects.
13+
The License key registration is no longer required for Flutter from version 18.3.0.x. Therefore, there is no need to generate or register Syncfusion<sup>&reg;</sup> Flutter license keys in your Flutter projects.
1414

1515
The Flutter controls from Syncfusion<sup>&reg;</sup> can be used without registering the license keys.
1616

Flutter/Release-notes/v30.1.37.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Essential Studio for Flutter 2025 Volume 2 Main Release Release Notes
3+
description: Essential Studio for Flutter 2025 Volume 2 Main Release Release Notes
4+
platform: flutter
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for Flutter Release Notes
9+
10+
{% include release-info.html date="June 25, 2025" version="v30.1.37" passed="32571" failed="0" %}
11+
12+
{% directory path: _includes/release-notes/v30.1.37 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
17+
18+
## Test Results
19+
20+
| Component Name | Test Cases | Passed | Failed | Remarks |
21+
|---------------|------------|--------|--------|---------|
22+
| SfAIAssistView | 171 | 171 | 0 | All Passed |
23+
| SfBarcodeGenerator | 522 | 522 | 0 | All Passed |
24+
| SfCalendar | 1424 | 1424 | 0 | All Passed |
25+
| SfCartesianChart | 15472 | 15472 | 0 | All Passed |
26+
| SfCircularChart | 544 | 544 | 0 | All Passed |
27+
| SfDataGrid | 5739 | 5739 | 0 | All Passed |
28+
| SfDateRangePicker | 635 | 635 | 0 | All Passed |
29+
| SfFunnelChart | 224 | 224 | 0 | All Passed |
30+
| SfLinearGauge | 1293 | 1293 | 0 | All Passed |
31+
| SfMaps | 427 | 427 | 0 | All Passed |
32+
| SfPyramidChart | 223 | 223 | 0 | All Passed |
33+
| SfRadialGauge | 3124 | 3124 | 0 | All Passed |
34+
| SfRangeSelector | 331 | 331 | 0 | All Passed |
35+
| SfRangeSlider | 583 | 583 | 0 | All Passed |
36+
| SfSlider | 729 | 729 | 0 | All Passed |
37+
| SfSparkAreaChart | 130 | 130 | 0 | All Passed |
38+
| SfSparkLineChart | 128 | 128 | 0 | All Passed |
39+
| SfTreemap | 198 | 198 | 0 | All Passed |
40+
| XlsIO | 674 | 674 | 0 | All Passed |

0 commit comments

Comments
 (0)