File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
layout : post
3
3
title : Bar Pointer in Flutter Linear Gauge widget | Syncfusion
4
4
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
6
6
control : SfLinearGauge
7
7
documentation : ug
8
8
---
@@ -376,7 +376,7 @@ The [`onAnimationCompleted`](https://pub.dev/documentation/syncfusion_flutter_ga
376
376
home: Scaffold(
377
377
body: Center(
378
378
child: SfLinearGauge(
379
- barPointer :[
379
+ barPointers :[
380
380
LinearBarPointer(
381
381
onAnimationCompleted: () {
382
382
print("Bar Pointer animation is completed");
Original file line number Diff line number Diff line change @@ -42,11 +42,18 @@ See the links below for the recommended Flutter development environments:
42
42
<th style="text-align:center">Flutter SDK Stable Version</th>
43
43
<th style="text-align:center">Syncfusion<sup>®</sup> Compatible Package Version</th>
44
44
</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>
45
52
<tr>
46
53
<td style="text-align:center">
47
54
<a href="https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.29.0-stable.zip">3.29.0</a>
48
55
</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>
50
57
</td>
51
58
</tr>
52
59
<tr>
You can’t perform that action at this time.
0 commit comments