Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: SfLinearGauge
documentation: ug
---

# How to add Syncfusion<sup>&reg;</sup> Linear Gauge widget in Flutter?
# How to add Syncfusion® Linear Gauge widget in FlutterFlow?

## Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: SfRadialGauge
documentation: ug
---

# How to add Syncfusion<sup>&reg;</sup> Radial Gauge widget in Flutter?
# How to add Syncfusion® Radial Gauge widget in FlutterFlow?

## Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: SfRangeSelector
documentation: ug
---

# How to add Syncfusion<sup>&reg;</sup> RangeSelector widget in Flutter?
# How to add Syncfusion® RangeSelector widget in FlutterFlow?

## Overview

Expand Down
4 changes: 2 additions & 2 deletions Flutter/range-slider/how-to/custom-widget-on-flutterflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: SfRangeSlider
documentation: ug
---

# How to add Syncfusion<sup>&reg;</sup> RangeSlider widget in Flutter?
# How to add Syncfusion® RangeSlider widget in FlutterFlow?

## Overview

Expand Down Expand Up @@ -74,4 +74,4 @@ Navigate to the [FlutterFlow dashboard](https://app.flutterflow.io/dashboard) an

![Page](how-to-section-images/page.png)

>**Note**: To wire the custom widget to data, use FlutterFlow's [component parameters](https://docs.flutterflow.io/components/custom-components#adding-parameters) to expose the `values`, `min`, `max`, `onChanged`, and other properties from the custom widget, then bind those parameters to a [FlutterFlow state variable](https://docs.flutterflow.io/actions/backend/backend-actions) or [supabase/firebase data source](https://docs.flutterflow.io/data) from the right-hand properties panel. The custom widget's properties appear in the properties panel once they have been exposed as component parameters, allowing you to bind the slider's selected range to your page state.
>**Note**: To wire the custom widget to data, use FlutterFlow's [component parameters](https://docs.flutterflow.io/resources/ui/components/creating-components/) to expose the `values`, `min`, `max`, `onChanged`, and other properties from the custom widget, then bind those parameters to a [FlutterFlow state variable](https://docs.flutterflow.io/resources/data-representation/app-state/) or [supabase/firebase data source](https://docs.flutterflow.io/integrations/supabase/setup/) from the right-hand properties panel. The custom widget's properties appear in the properties panel once they have been exposed as component parameters, allowing you to bind the slider's selected range to your page state.