diff --git a/Flutter/linear-gauge/how-to/custom-widget-on-flutterflow.md b/Flutter/linear-gauge/how-to/custom-widget-on-flutterflow.md
index fe8b9f1b4..21d1e24b8 100644
--- a/Flutter/linear-gauge/how-to/custom-widget-on-flutterflow.md
+++ b/Flutter/linear-gauge/how-to/custom-widget-on-flutterflow.md
@@ -7,7 +7,7 @@ control: SfLinearGauge
documentation: ug
---
-# How to add Syncfusion® Linear Gauge widget in Flutter?
+# How to add Syncfusion® Linear Gauge widget in FlutterFlow?
## Overview
diff --git a/Flutter/radial-gauge/how-to/custom-widget-on-flutterflow.md b/Flutter/radial-gauge/how-to/custom-widget-on-flutterflow.md
index c5cb56615..8815e456b 100644
--- a/Flutter/radial-gauge/how-to/custom-widget-on-flutterflow.md
+++ b/Flutter/radial-gauge/how-to/custom-widget-on-flutterflow.md
@@ -7,7 +7,7 @@ control: SfRadialGauge
documentation: ug
---
-# How to add Syncfusion® Radial Gauge widget in Flutter?
+# How to add Syncfusion® Radial Gauge widget in FlutterFlow?
## Overview
diff --git a/Flutter/range-selector/how-to/custom-widget-on-flutterflow.md b/Flutter/range-selector/how-to/custom-widget-on-flutterflow.md
index 4f23473d8..acd8376b1 100644
--- a/Flutter/range-selector/how-to/custom-widget-on-flutterflow.md
+++ b/Flutter/range-selector/how-to/custom-widget-on-flutterflow.md
@@ -7,7 +7,7 @@ control: SfRangeSelector
documentation: ug
---
-# How to add Syncfusion® RangeSelector widget in Flutter?
+# How to add Syncfusion® RangeSelector widget in FlutterFlow?
## Overview
diff --git a/Flutter/range-slider/how-to/custom-widget-on-flutterflow.md b/Flutter/range-slider/how-to/custom-widget-on-flutterflow.md
index 5337392a2..d8466f870 100644
--- a/Flutter/range-slider/how-to/custom-widget-on-flutterflow.md
+++ b/Flutter/range-slider/how-to/custom-widget-on-flutterflow.md
@@ -7,7 +7,7 @@ control: SfRangeSlider
documentation: ug
---
-# How to add Syncfusion® RangeSlider widget in Flutter?
+# How to add Syncfusion® RangeSlider widget in FlutterFlow?
## Overview
@@ -74,4 +74,4 @@ Navigate to the [FlutterFlow dashboard](https://app.flutterflow.io/dashboard) an

->**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.