Skip to content

Commit 4d641c0

Browse files
author
Website Automation
committed
Merge remote-tracking branch 'remotes/origin/development'
2 parents 0cef0f7 + 34b073f commit 4d641c0

File tree

4 files changed

+52
-4
lines changed

4 files changed

+52
-4
lines changed

Flutter/Release-notes/v30.2.4.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Essential Studio for Flutter 2025 Volume 2 SP Release Release Notes
3+
description: Essential Studio for Flutter 2025 Volume 2 SP 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="August 07, 2025" version="v30.2.4" passed="34718" failed="0" %}
11+
12+
{% directory path: _includes/release-notes/v30.2.4 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
17+
18+
## Test Results
19+
20+
| Component Name | Test Cases | Passed | Failed | Remarks |
21+
|---------------|------------|--------|--------|---------|
22+
| PDF | 2059 | 2059 | 0 | All Passed |
23+
| SfAIAssistView | 171 | 171 | 0 | All Passed |
24+
| SfBarcodeGenerator | 522 | 522 | 0 | All Passed |
25+
| SfCalendar | 1424 | 1424 | 0 | All Passed |
26+
| SfCartesianChart | 15472 | 15472 | 0 | All Passed |
27+
| SfCircularChart | 544 | 544 | 0 | All Passed |
28+
| SfDataGrid | 5739 | 5739 | 0 | All Passed |
29+
| SfDateRangePicker | 635 | 635 | 0 | All Passed |
30+
| SfFunnelChart | 224 | 224 | 0 | All Passed |
31+
| SfLinearGauge | 1293 | 1293 | 0 | All Passed |
32+
| SfMaps | 427 | 427 | 0 | All Passed |
33+
| SfPyramidChart | 223 | 223 | 0 | All Passed |
34+
| SfRadialGauge | 3124 | 3124 | 0 | All Passed |
35+
| SfRangeSelector | 331 | 331 | 0 | All Passed |
36+
| SfRangeSlider | 583 | 583 | 0 | All Passed |
37+
| SfSlider | 729 | 729 | 0 | All Passed |
38+
| SfSparkAreaChart | 130 | 130 | 0 | All Passed |
39+
| SfSparkLineChart | 128 | 128 | 0 | All Passed |
40+
| SfTreemap | 198 | 198 | 0 | All Passed |
41+
| XlsIO | 762 | 762 | 0 | All Passed |

Flutter/linear-gauge/bar-pointer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: Bar Pointer in Flutter Linear Gauge widget | Syncfusion
44
description: Learn here all about adding and customizing Bar Pointer of Syncfusion Flutter Linear Gauge (SfLinearGauge) widget and more.
5-
platform: Flutter
5+
platform: flutter
66
control: SfLinearGauge
77
documentation: ug
88
---
@@ -376,7 +376,7 @@ The [`onAnimationCompleted`](https://pub.dev/documentation/syncfusion_flutter_ga
376376
home: Scaffold(
377377
body: Center(
378378
child: SfLinearGauge(
379-
barPointer:[
379+
barPointers:[
380380
LinearBarPointer(
381381
onAnimationCompleted: () {
382382
print("Bar Pointer animation is completed");

Flutter/system-requirements.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,18 @@ See the links below for the recommended Flutter development environments:
4242
<th style="text-align:center">Flutter SDK Stable Version</th>
4343
<th style="text-align:center">Syncfusion<sup>&reg;</sup> Compatible Package Version</th>
4444
</tr>
45+
<tr>
46+
<td style="text-align:center">
47+
<a href="https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.32.0-stable.zip">3.32.0</a>
48+
</td>
49+
<td style="text-align:center">>=<a href="https://pub.dev/packages/syncfusion_flutter_charts/versions/30.1.37">30.1.37</a> <30.1.xx(<a href="https://pub.dev/packages?q=publisher%3Asyncfusion.com&page=2">latest</a>)
50+
</td>
51+
</tr>
4552
<tr>
4653
<td style="text-align:center">
4754
<a href="https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.29.0-stable.zip">3.29.0</a>
4855
</td>
49-
<td style="text-align:center">>=<a href="https://pub.dev/packages/syncfusion_flutter_charts/versions/29.1.33">29.1.33</a> <29.1.xx(<a href="https://pub.dev/packages?q=publisher%3Asyncfusion.com&page=2">latest</a>)
56+
<td style="text-align:center">>=<a href="https://pub.dev/packages/syncfusion_flutter_charts/versions/29.1.33">29.1.33</a> <<a href="https://pub.dev/packages/syncfusion_flutter_charts/versions/29.2.11">29.2.11</a>
5057
</td>
5158
</tr>
5259
<tr>

0 commit comments

Comments
 (0)