From 597c51450e61a69832cb753b73e31fdee16e0dc7 Mon Sep 17 00:00:00 2001 From: Harsha-SF4223 <154403270+Harsha-SF4223@users.noreply.github.com> Date: Tue, 4 Aug 2026 13:25:01 +0530 Subject: [PATCH] reverted FlutterFlow changes --- Flutter/range-slider/how-to/custom-widget-on-flutterflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.