From 45b3f19246475df6c1c798930772864f3094eefb Mon Sep 17 00:00:00 2001 From: Harsha-SF4223 <154403270+Harsha-SF4223@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:10:45 +0530 Subject: [PATCH 1/2] reverted FlutterFlow changes --- Flutter/radial-gauge/how-to/custom-widget-on-flutterflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 3d092db4be4e9d321d06f216d485f70fc81e6cd3 Mon Sep 17 00:00:00 2001 From: HarshaMidadhalaKhajareddyMidadhala Date: Tue, 4 Aug 2026 15:27:34 +0530 Subject: [PATCH 2/2] reverted FlutterFlow changes of slider --- Flutter/linear-gauge/how-to/custom-widget-on-flutterflow.md | 2 +- Flutter/range-selector/how-to/custom-widget-on-flutterflow.md | 2 +- Flutter/range-slider/how-to/custom-widget-on-flutterflow.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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/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 ![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.