Skip to content

Commit 4c0828c

Browse files
Merge pull request #1316 from syncfusion-content/FLUT-971736-Version-compatibility-hotfix
FLUT-971736 - [Others] Updated Flutter SDK version compatibility in user guide
2 parents 1538536 + 801f96e commit 4c0828c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

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)