diff --git a/Flutter/Release-notes/v33.1.46.md b/Flutter/Release-notes/v33.1.46.md new file mode 100644 index 000000000..7aeffa607 --- /dev/null +++ b/Flutter/Release-notes/v33.1.46.md @@ -0,0 +1,44 @@ +--- +title: Essential Studio® for Flutter Release Notes - v33.1.46 +description: Learn here about the controls in the Essential Studio® for Flutter Weekly Nuget Release - Release Notes - v33.1.46 +platform: flutter +documentation: ug +--- + +# Essential Studio® for Flutter - v33.1.46 Release Notes + +{% include release-info.html date="March 31, 2026" version="v33.1.46" passed="34955" failed="0" %} + +{% directory path: _includes/release-notes/v33.1.46 %} + +{% include {{file.url}} %} + +{% enddirectory %} + +## Test Results + +| Component Name | Test Cases | Passed | Failed | Remarks | +|----------------|------------|--------|--------|---------| +| AI AssistView | 171 | 171 | 0 | All Passed | +| Barcode Generator | 522 | 522 | 0 | All Passed | +| Calendar | 1424 | 1424 | 0 | All Passed | +| Cartesian Chart | 15472 | 15472 | 0 | All Passed | +| Chat | 59 | 59 | 0 | All Passed | +| Circular Chart | 544 | 544 | 0 | All Passed | +| DataGrid | 5739 | 5739 | 0 | All Passed | +| DateRangepicker | 635 | 635 | 0 | All Passed | +| Excel Library | 763 | 763 | 0 | All Passed | +| Funnel Chart | 224 | 224 | 0 | All Passed | +| Linear gauge | 1293 | 1293 | 0 | All Passed | +| Maps | 427 | 427 | 0 | All Passed | +| PDF Library | 2066 | 2066 | 0 | All Passed | +| Pyramid Chart | 223 | 223 | 0 | All Passed | +| Radial Gauge | 3124 | 3124 | 0 | All Passed | +| Range selector | 331 | 331 | 0 | All Passed | +| Range Slider | 583 | 583 | 0 | All Passed | +| Slider | 729 | 729 | 0 | All Passed | +| Spark Area Chart | 130 | 130 | 0 | All Passed | +| Spark Bar Chart | 90 | 90 | 0 | All Passed | +| Spark Line Chart | 128 | 128 | 0 | All Passed | +| Spark WinLoss Chart | 80 | 80 | 0 | All Passed | +| Treemap | 198 | 198 | 0 | All Passed | \ No newline at end of file diff --git a/Flutter/Release-notes/v33.1.47.md b/Flutter/Release-notes/v33.1.47.md new file mode 100644 index 000000000..66f3bc903 --- /dev/null +++ b/Flutter/Release-notes/v33.1.47.md @@ -0,0 +1,44 @@ +--- +title: Essential Studio® for Flutter Release Notes - v33.1.47 +description: Learn here about the controls in the Essential Studio® for Flutter Weekly Nuget Release - Release Notes - v33.1.47 +platform: flutter +documentation: ug +--- + +# Essential Studio® for Flutter - v33.1.47 Release Notes + +{% include release-info.html date="April 07, 2026" version="v33.1.47" passed="34955" failed="0" %} + +{% directory path: _includes/release-notes/v33.1.47 %} + +{% include {{file.url}} %} + +{% enddirectory %} + +## Test Results + +| Component Name | Test Cases | Passed | Failed | Remarks | +|----------------|------------|--------|--------|---------| +| AI AssistView | 171 | 171 | 0 | All Passed | +| Barcode Generator | 522 | 522 | 0 | All Passed | +| Calendar | 1424 | 1424 | 0 | All Passed | +| Cartesian Chart | 15472 | 15472 | 0 | All Passed | +| Chat | 59 | 59 | 0 | All Passed | +| Circular Chart | 544 | 544 | 0 | All Passed | +| DataGrid | 5739 | 5739 | 0 | All Passed | +| DateRangepicker | 635 | 635 | 0 | All Passed | +| Excel Library | 763 | 763 | 0 | All Passed | +| Funnel Chart | 224 | 224 | 0 | All Passed | +| Linear gauge | 1293 | 1293 | 0 | All Passed | +| Maps | 427 | 427 | 0 | All Passed | +| PDF Library | 2066 | 2066 | 0 | All Passed | +| Pyramid Chart | 223 | 223 | 0 | All Passed | +| Radial Gauge | 3124 | 3124 | 0 | All Passed | +| Range selector | 331 | 331 | 0 | All Passed | +| Range Slider | 583 | 583 | 0 | All Passed | +| Slider | 729 | 729 | 0 | All Passed | +| Spark Area Chart | 130 | 130 | 0 | All Passed | +| Spark Bar Chart | 90 | 90 | 0 | All Passed | +| Spark Line Chart | 128 | 128 | 0 | All Passed | +| Spark WinLoss Chart | 80 | 80 | 0 | All Passed | +| Treemap | 198 | 198 | 0 | All Passed | \ No newline at end of file diff --git a/Flutter/cartesian-charts/chart-types/range-area-chart.md b/Flutter/cartesian-charts/chart-types/range-area-chart.md index 87eec19fe..af8b4ed72 100644 --- a/Flutter/cartesian-charts/chart-types/range-area-chart.md +++ b/Flutter/cartesian-charts/chart-types/range-area-chart.md @@ -14,7 +14,7 @@ To create a Flutter range area chart quickly, you can check this video. -To render a range area chart, create an instance of `RangeAreaSeries` and add to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart-class.html). +To render a range area chart, create an instance of [`RangeAreaSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/RangeAreaSeries-class.html) and add to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart-class.html). Since the [`RangeAreaSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/RangeAreaSeries-class.html) requires two Y values for a point, your data should contain high and low values. High and low value specifies the maximum and minimum range of the point. diff --git a/Flutter/cartesian-charts/chart-types/stacked-area-100-chart.md b/Flutter/cartesian-charts/chart-types/stacked-area-100-chart.md index 23df11535..3cb323aa3 100644 --- a/Flutter/cartesian-charts/chart-types/stacked-area-100-chart.md +++ b/Flutter/cartesian-charts/chart-types/stacked-area-100-chart.md @@ -15,7 +15,7 @@ To create a Flutter 100% stacked area chart quickly, you can check this video. -To render a 100% stacked area chart, create an instance of `StackedArea100Series` and add to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart-class.html). You can use the following properties to customize the 100% stacked area appearance. +To render a 100% stacked area chart, create an instance of [`StackedArea100Series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/StackedArea100Series-class.html) and add to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart-class.html). You can use the following properties to customize the 100% stacked area appearance. * [`color`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/color.html) - changes the color of the series. * [`opacity`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/opacity.html) - controls the transparency of the chart series. diff --git a/Flutter/cartesian-charts/chart-types/stacked-column-100-chart.md b/Flutter/cartesian-charts/chart-types/stacked-column-100-chart.md index 068b0aee2..ddefc571e 100644 --- a/Flutter/cartesian-charts/chart-types/stacked-column-100-chart.md +++ b/Flutter/cartesian-charts/chart-types/stacked-column-100-chart.md @@ -14,7 +14,7 @@ To create a Flutter 100% stacked column chart quickly, you can check this video. -To render a 100% stacked column chart, create an instance of [`StackedColumn100Series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/StackedColumn100Series-class.html), and add it to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/XyDataSeries-class.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/SfCartesianChart.html). The following properties can be used to customize the appearance: +To render a 100% stacked column chart, create an instance of [`StackedColumn100Series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/StackedColumn100Series-class.html), and add it to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/SfCartesianChart.html). The following properties can be used to customize the appearance: * [`color`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/color.html) - changes the color of the series. * [`opacity`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/opacity.html) - controls the transparency of the chart series. diff --git a/Flutter/cartesian-charts/chart-types/step-area-chart.md b/Flutter/cartesian-charts/chart-types/step-area-chart.md index 744c0440a..f82d80367 100644 --- a/Flutter/cartesian-charts/chart-types/step-area-chart.md +++ b/Flutter/cartesian-charts/chart-types/step-area-chart.md @@ -9,7 +9,7 @@ documentation: ug # Step area Chart in Flutter Cartesian Charts (SfCartesianChart) -To render a step area chart, create an instance of `StepAreaSeries`, and add it to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/SfCartesianChart.html). The following properties can be used to customize the appearance of the step area chart. +To render a step area chart, create an instance of [`StepAreaSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/StepAreaSeries-class.html), and add it to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/SfCartesianChart.html). The following properties can be used to customize the appearance of the step area chart. * [`color`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/color.html) - changes the color of the series. * [`opacity`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/opacity.html) - controls the transparency of the chart series. diff --git a/Flutter/cartesian-charts/getting-started.md b/Flutter/cartesian-charts/getting-started.md index 9abe2aa87..86d5ec679 100644 --- a/Flutter/cartesian-charts/getting-started.md +++ b/Flutter/cartesian-charts/getting-started.md @@ -246,7 +246,7 @@ The legend provides information about the series rendered in the chart. You can use legend in chart by setting the [`isVisible`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/Legend/isVisible.html) property to true in [`legend`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/Legend-class.html). -Additionally, the [`series.name`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/name.html) property can be used to set the label for each series. The labels will be displayed in corresponding legends. +Additionally, the series [`name`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/name.html) property can be used to set the label for each series. The labels will be displayed in corresponding legends. {% tabs %} {% highlight dart %} diff --git a/Flutter/cartesian-charts/overview.md b/Flutter/cartesian-charts/overview.md index 5a2908c6f..490b53a61 100644 --- a/Flutter/cartesian-charts/overview.md +++ b/Flutter/cartesian-charts/overview.md @@ -20,7 +20,7 @@ To get started quickly with our Flutter chart widget, you can check out this vid ## Key Features -* **Chart types** - Supports more than 30+ different chart types such as [`line`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/line-chart), [`spline`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/spline-chart), [`column`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/column-chart), [`bar`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/bar-chart), [`area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/area-chart), [`bubble`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/bubble-chart), [`box and whisker`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/box-and-whisker-chart), [`scatter`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/scatter-chart), [`step line`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/step-line-chart), [`fast line`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/line-chart), [`range column`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/range-column-chart), [`range area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/range-area-chart), [`candle`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/candle-chart), [`hilo`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/hilo-chart), [`OHLC`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/ohlc-chart), [`histogram`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/histogram-chart), [`step area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/step-area-chart), [`spline area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/spline-area-chart), [`spline range area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/spline-range-area-chart), [`stacked area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-area-chart), [`stacked bar`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-bar-chart), [`stacked column`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-column-chart), [`stacked line`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-line-chart), [`100% stacked area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-area-100-chart), [`100% stacked bar`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-bar-100-chart), [`100% stacked column`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-column-100-chart), [`100% stacked line`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-line-100-chart), [`waterfall`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/waterfall-chart), +* **Chart types** - Supports more than 30+ different chart types such as [`line`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/line-chart), [`spline`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/spline-chart), [`column`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/column-chart), [`bar`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/bar-chart), [`area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/area-chart), [`bubble`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/bubble-chart), [`box and whisker`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/box-and-whisker-chart), [`scatter`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/scatter-chart), [`step line`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/step-line-chart), [`fast line`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/line-chart), [`range column`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/range-column-chart), [`range area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/range-area-chart), [`candle`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/candle-chart), [`hilo`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/hilo-chart), [`OHLC`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/ohlc-chart), [`histogram`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/histogram-chart), [`step area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/step-area-chart), [`spline area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/spline-area-chart), [`spline range area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/spline-range-area-chart), [`stacked area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-area-chart), [`stacked bar`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-bar-chart), [`stacked column`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-column-chart), [`stacked line`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-line-chart), [`100% stacked area`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-area-100-chart), [`100% stacked bar`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-bar-100-chart), [`100% stacked column`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-column-100-chart), [`100% stacked line`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/stacked-line-100-chart), [`waterfall`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/waterfall-chart), [`error bar`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/error-bar-chart), [`pie`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/pie-chart), [`doughnut`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/doughnut-chart), [`radial bar`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/radial-bar-chart), [`pyramid`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/pyramid-chart), [`funnel`](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/funnel-chart). Each type represents data in a unique style. It is more user friendly and has greater UI visualization.  diff --git a/Flutter/circular-charts/callbacks.md b/Flutter/circular-charts/callbacks.md index 8b38496cb..87f5ad4db 100644 --- a/Flutter/circular-charts/callbacks.md +++ b/Flutter/circular-charts/callbacks.md @@ -126,7 +126,7 @@ Triggers when data label is rendering. Text and text styles such as color, font ## onPointTap -Triggers when tapping on the series point. The [`onPointTap`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/CircularSeries/onPointTap.html) callback contains the following arguments. +Triggers when tapping on the series point. The [`onPointTap`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/onPointTap.html) callback contains the following arguments. * [`seriesIndex`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartPointDetails/seriesIndex.html) - specifies the current series index. * [`pointIndex`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartPointDetails/pointIndex.html) - specifies the current point index. diff --git a/Flutter/skills.md b/Flutter/skills.md index 9f0bdcb56..556d3e1da 100644 --- a/Flutter/skills.md +++ b/Flutter/skills.md @@ -51,7 +51,7 @@ Use the following command to install all widget skills at once in the `.agents/s {% tabs %} {% highlight bash tabtitle="NPM" %} -npx skills add syncfusion/flutter-widgets-skills -y +npx skills add syncfusion/flutter-ui-components-skills -y {% endhighlight %} {% endtabs %} @@ -63,7 +63,7 @@ Use the following command to install skills interactively: {% tabs %} {% highlight bash tabtitle="NPM" %} -npx skills add syncfusion/flutter-widgets-skills +npx skills add syncfusion/flutter-ui-components-skills {% endhighlight %} {% endtabs %} diff --git a/Flutter/sparkcharts/getting-started.md b/Flutter/sparkcharts/getting-started.md index e140a73d2..15ee48b78 100644 --- a/Flutter/sparkcharts/getting-started.md +++ b/Flutter/sparkcharts/getting-started.md @@ -109,10 +109,8 @@ The `data` property is used for binding data to the spark charts. This property ## Spark charts types You can initialize the required spark charts type by specifying the widget name to -[`SfSparkLineChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/sparkcharts/SfSparkLineChart-class.html) -, [`SfSparkAreaChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/sparkcharts/SfSparkAreaChart-class.html) -, [`SfSparkBarChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/sparkcharts/SfSparkBarChart-class.html) -, [`SfSparkLWinLossChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/sparkcharts/SfSparkWinLossChart-class.html). +[`SfSparkLineChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/sparkcharts/SfSparkLineChart-class.html), [`SfSparkAreaChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/sparkcharts/SfSparkAreaChart-class.html), [`SfSparkBarChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/sparkcharts/SfSparkBarChart-class.html), [`SfSparkLWinLossChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/sparkcharts/SfSparkWinLossChart-class.html). + Here, the spark chart type has been set to [`SfSparkAreaChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/sparkcharts/SfSparkAreaChart-class.html). diff --git a/flutter-toc.html b/flutter-toc.html index 5c52ee7d3..9ca5a8516 100644 --- a/flutter-toc.html +++ b/flutter-toc.html @@ -568,7 +568,7 @@