Skip to content

FLUT-971736 - [Others] Updated Flutter SDK version compatibility in user guide #1316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hotfix/hotfix-v30.1.37
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Flutter/linear-gauge/bar-pointer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Bar Pointer in Flutter Linear Gauge widget | Syncfusion
description: Learn here all about adding and customizing Bar Pointer of Syncfusion Flutter Linear Gauge (SfLinearGauge) widget and more.
platform: Flutter
platform: flutter
control: SfLinearGauge
documentation: ug
---
Expand Down Expand Up @@ -376,7 +376,7 @@ The [`onAnimationCompleted`](https://pub.dev/documentation/syncfusion_flutter_ga
home: Scaffold(
body: Center(
child: SfLinearGauge(
barPointer:[
barPointers:[
LinearBarPointer(
onAnimationCompleted: () {
print("Bar Pointer animation is completed");
Expand Down
9 changes: 8 additions & 1 deletion Flutter/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,18 @@ See the links below for the recommended Flutter development environments:
<th style="text-align:center">Flutter SDK Stable Version</th>
<th style="text-align:center">Syncfusion<sup>&reg;</sup> Compatible Package Version</th>
</tr>
<tr>
<td style="text-align:center">
<a href="https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.29.0-stable.zip">3.32.0</a>
</td>
<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>)
</td>
</tr>
<tr>
<td style="text-align:center">
<a href="https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.29.0-stable.zip">3.29.0</a>
</td>
<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>)
<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>
</td>
</tr>
<tr>
Expand Down