Skip to content

Commit 76a8864

Browse files
Merge pull request #1166 from Syncfusion-Content/development
DOCINFRA-2341_merged_using_automation
2 parents 82e98f7 + f765af9 commit 76a8864

25 files changed

+964
-477
lines changed

Flutter/Release-notes/v29.1.33.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for Flutter 2025 Volume 1 Main Release Release Notes
3+
description: Essential Studio for Flutter 2025 Volume 1 Main Release Release Notes
4+
platform: flutter
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for Flutter Release Notes
9+
10+
{% include release-info.html date="March 25, 2025" version="v29.1.33" %}
11+
12+
{% directory path: _includes/release-notes/v29.1.33 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

Flutter/ai-assistview/action-button.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ The [`shape`](https://pub.dev/documentation/syncfusion_flutter_chat/latest/assis
289289

290290
![AIAssistView actionButton shape](images/action-button/actionbutton-shape-property.png)
291291

292-
### Padding
292+
### Margin
293293

294-
The [`padding`](https://pub.dev/documentation/syncfusion_flutter_chat/latest/assist_view/AssistActionButton/padding.html) property defines the space inside the button between its border and the content. By default, it is set to `EdgeInsetsDirectional.only(start: 8.0)`.
294+
The [`margin`](https://pub.dev/documentation/syncfusion_flutter_chat/latest/assist_view/AssistActionButton/padding.html) property defines the space inside the button between its border and the content. By default, it is set to `EdgeInsetsDirectional.only(start: 8.0)`.
295295

296296
{% tabs %}
297297
{% highlight dart %}
@@ -304,7 +304,7 @@ The [`padding`](https://pub.dev/documentation/syncfusion_flutter_chat/latest/ass
304304
body: SfAIAssistView(
305305
messages: _messages,
306306
actionButton: AssistActionButton(
307-
padding: const EdgeInsetsDirectional.only(start: 8.0),
307+
margin: const EdgeInsetsDirectional.only(start: 8.0),
308308
onPressed: (String data) {
309309
// Handle the send button click action here.
310310
},
@@ -347,4 +347,4 @@ The [`size`](https://pub.dev/documentation/syncfusion_flutter_chat/latest/assist
347347
348348
#### See Also
349349

350-
* You can also customize the above properties using [`SfAIAssistViewTheme`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewTheme-class.html) by wrapping with [`SfAIAssistView`](https://pub.dev/documentation/syncfusion_flutter_chat/latest/assist_view/SfAIAssistView-class.html).
350+
* You can also customize the above properties using [`SfAIAssistViewTheme`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewTheme-class.html) by wrapping with [`SfAIAssistView`](https://pub.dev/documentation/syncfusion_flutter_chat/latest/assist_view/SfAIAssistView-class.html).

Flutter/ai-assistview/ai-assistview-theme.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,9 @@ The [`responseAvatarBackgroundColor`](https://pub.dev/documentation/syncfusion_f
457457
{% endhighlight %}
458458
{% endtabs %}
459459

460-
## Request bubble content background color
460+
## Request message background color
461461

462-
The [`requestBubbleContentBackgroundColor`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/requestBubbleContentBackgroundColor.html) property is used to specify the background color of bubbles containing request messages.
462+
The [`requestMessageBackgroundColor`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/requestBubbleContentBackgroundColor.html) property is used to specify the background color of contents containing request messages.
463463

464464
{% tabs %}
465465
{% highlight Dart %}
@@ -471,7 +471,7 @@ The [`requestBubbleContentBackgroundColor`](https://pub.dev/documentation/syncfu
471471
Widget build(BuildContext context) {
472472
return SfAIAssistViewTheme(
473473
data: const SfAIAssistViewThemeData(
474-
requestBubbleContentBackgroundColor: Colors.green[100],
474+
requestMessageBackgroundColor: Colors.green[100],
475475
),
476476
child: Scaffold(
477477
body: SfAIAssistView(
@@ -484,9 +484,9 @@ The [`requestBubbleContentBackgroundColor`](https://pub.dev/documentation/syncfu
484484
{% endhighlight %}
485485
{% endtabs %}
486486

487-
## Response bubble content background color
487+
## Response message background color
488488

489-
The [`responseBubbleContentBackgroundColor`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responseBubbleContentBackgroundColor.html) property is used to specify the background color of bubbles containing response messages.
489+
The [`responseMessageBackgroundColor`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responseBubbleContentBackgroundColor.html) property is used to specify the background color of contents containing response messages.
490490

491491
{% tabs %}
492492
{% highlight Dart %}
@@ -498,7 +498,7 @@ The [`responseBubbleContentBackgroundColor`](https://pub.dev/documentation/syncf
498498
Widget build(BuildContext context) {
499499
return SfAIAssistViewTheme(
500500
data: const SfAIAssistViewThemeData(
501-
responseBubbleContentBackgroundColor: Colors.blue[100],
501+
responseMessageBackgroundColor: Colors.blue[100],
502502
),
503503
child: Scaffold(
504504
body: SfAIAssistView(
@@ -544,7 +544,7 @@ The [`editorTextStyle`](https://pub.dev/documentation/syncfusion_flutter_core/la
544544

545545
## Request content text style
546546

547-
The [`requestContentTextStyle`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/requestContentTextStyle.html) property is used to specify the style for text in request message bubbles.
547+
The [`requestContentTextStyle`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/requestContentTextStyle.html) property is used to specify the style for text in request message contents.
548548

549549
{% tabs %}
550550
{% highlight Dart %}
@@ -575,7 +575,7 @@ The [`requestContentTextStyle`](https://pub.dev/documentation/syncfusion_flutter
575575

576576
## Response content text style
577577

578-
The [`responseContentTextStyle`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responseContentTextStyle.html) property is used to specify the style for text in response message bubbles
578+
The [`responseContentTextStyle`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responseContentTextStyle.html) property is used to specify the style for text in response message contents.
579579

580580
{% tabs %}
581581
{% highlight Dart %}
@@ -606,7 +606,7 @@ The [`responseContentTextStyle`](https://pub.dev/documentation/syncfusion_flutte
606606

607607
## Request primary header text style
608608

609-
The [`requestPrimaryHeaderTextStyle`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/requestPrimaryHeaderTextStyle.html) property is used to specify the style for the primary header text in request message bubbles.
609+
The [`requestPrimaryHeaderTextStyle`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/requestPrimaryHeaderTextStyle.html) property is used to specify the style for the primary header text in request message contents.
610610

611611
{% tabs %}
612612
{% highlight Dart %}
@@ -637,7 +637,7 @@ The [`requestPrimaryHeaderTextStyle`](https://pub.dev/documentation/syncfusion_f
637637

638638
## Response primary header text style
639639

640-
The [`responsePrimaryHeaderTextStyle`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responsePrimaryHeaderTextStyle.html) property is used to specify the style for the primary header text in response message bubbles.
640+
The [`responsePrimaryHeaderTextStyle`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responsePrimaryHeaderTextStyle.html) property is used to specify the style for the primary header text in response message contents.
641641

642642
{% tabs %}
643643
{% highlight Dart %}
@@ -668,7 +668,7 @@ The [`responsePrimaryHeaderTextStyle`](https://pub.dev/documentation/syncfusion_
668668

669669
## Request secondary header text style
670670

671-
The [`requestSecondaryHeaderTextStyle`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/requestSecondaryHeaderTextStyle.html) property is used to specify the style for the secondary header text in request message bubbles.
671+
The [`requestSecondaryHeaderTextStyle`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/requestSecondaryHeaderTextStyle.html) property is used to specify the style for the secondary header text in request message contents.
672672

673673
{% tabs %}
674674
{% highlight Dart %}
@@ -699,7 +699,7 @@ The [`requestSecondaryHeaderTextStyle`](https://pub.dev/documentation/syncfusion
699699

700700
## Response secondary header text style
701701

702-
The [`responseSecondaryHeaderTextStyle`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responseSecondaryHeaderTextStyle.html) property is used to specify the style for the secondary header text in response message bubbles.
702+
The [`responseSecondaryHeaderTextStyle`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responseSecondaryHeaderTextStyle.html) property is used to specify the style for the secondary header text in response message contents.
703703

704704
{% tabs %}
705705
{% highlight Dart %}
@@ -783,9 +783,9 @@ The [`suggestionItemTextStyle`](https://pub.dev/documentation/syncfusion_flutter
783783
{% endhighlight %}
784784
{% endtabs %}
785785

786-
## Request bubble content shape
786+
## Request message shape
787787

788-
The [`requestBubbleContentShape`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/requestBubbleContentShape.html) property is used to specify the shape and border radius of request message bubbles.
788+
The [`requestMessageShape`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/requestBubbleContentShape.html) property is used to specify the shape and border radius of request message contents.
789789

790790
{% tabs %}
791791
{% highlight Dart %}
@@ -797,7 +797,7 @@ The [`requestBubbleContentShape`](https://pub.dev/documentation/syncfusion_flutt
797797
Widget build(BuildContext context) {
798798
return SfAIAssistViewTheme(
799799
data: const SfAIAssistViewThemeData(
800-
requestBubbleContentShape: RoundedRectangleBorder(
800+
requestMessageShape: RoundedRectangleBorder(
801801
borderRadius: BorderRadius.circular(16.0),
802802
),
803803
),
@@ -812,9 +812,9 @@ The [`requestBubbleContentShape`](https://pub.dev/documentation/syncfusion_flutt
812812
{% endhighlight %}
813813
{% endtabs %}
814814

815-
## Response bubble content shape
815+
## Response message shape
816816

817-
The [`responseBubbleContentShape`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responseBubbleContentShape.html) property is used to specify the shape and border radius of response message bubbles.
817+
The [`responseMessageShape`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responseBubbleContentShape.html) property is used to specify the shape and border radius of response message contents.
818818

819819
{% tabs %}
820820
{% highlight Dart %}
@@ -826,7 +826,7 @@ The [`responseBubbleContentShape`](https://pub.dev/documentation/syncfusion_flut
826826
Widget build(BuildContext context) {
827827
return SfAIAssistViewTheme(
828828
data: const SfAIAssistViewThemeData(
829-
responseBubbleContentShape: RoundedRectangleBorder(
829+
responseMessageShape: RoundedRectangleBorder(
830830
borderRadius: BorderRadius.circular(16.0),
831831
),
832832
),
@@ -843,7 +843,7 @@ The [`responseBubbleContentShape`](https://pub.dev/documentation/syncfusion_flut
843843

844844
## Suggestion background color
845845

846-
The [`suggestionBackgroundColor`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/suggestionBackgroundColor.html) property is used to specify the background color of response message suggestion bubble.
846+
The [`suggestionBackgroundColor`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/suggestionBackgroundColor.html) property is used to specify the background color of response message suggestion contents.
847847

848848
{% tabs %}
849849
{% highlight Dart %}
@@ -870,7 +870,7 @@ The [`suggestionBackgroundColor`](https://pub.dev/documentation/syncfusion_flutt
870870

871871
## Suggestion background shape
872872

873-
The [`suggestionBackgroundShape`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/suggestionBackgroundShape.html) property is used to specify the background shape of response message suggestion bubble.
873+
The [`suggestionBackgroundShape`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/suggestionBackgroundShape.html) property is used to specify the background shape of response message suggestion contents.
874874

875875
{% tabs %}
876876
{% highlight Dart %}
@@ -989,7 +989,7 @@ The [`suggestionItemShape`](https://pub.dev/documentation/syncfusion_flutter_cor
989989

990990
## Response toolbar background color
991991

992-
The [`responseToolbarBackgroundColor`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responseToolbarBackgroundColor.html) property is used to specify the background color of response message toolbar bubble.
992+
The [`responseToolbarBackgroundColor`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responseToolbarBackgroundColor.html) property is used to specify the background color of response message toolbar contents.
993993

994994
{% tabs %}
995995
{% highlight Dart %}
@@ -1016,7 +1016,7 @@ The [`responseToolbarBackgroundColor`](https://pub.dev/documentation/syncfusion_
10161016

10171017
## Response toolbar background shape
10181018

1019-
The [`responseToolbarBackgroundShape`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responseToolbarBackgroundShape.html) property is used to specify the background shape of response message toolbar bubble.
1019+
The [`responseToolbarBackgroundShape`](https://pub.dev/documentation/syncfusion_flutter_core/latest/theme/SfAIAssistViewThemeData/responseToolbarBackgroundShape.html) property is used to specify the background shape of response message toolbar contents.
10201020

10211021
{% tabs %}
10221022
{% highlight Dart %}
@@ -1134,4 +1134,4 @@ The [`responseToolbarItemShape`](https://pub.dev/documentation/syncfusion_flutte
11341134
{% endhighlight %}
11351135
{% endtabs %}
11361136

1137-
>You can refer to our [Flutter AI AssistView](https://www.syncfusion.com/flutter-widgets/flutter-aiassistview) feature tour page for its groundbreaking feature representations. You can also explore our [Flutter AI AssistView example](https://flutter.syncfusion.com/#/ai-assist-view/getting-started) which demonstrates interaction between users and AI services in a fully customizable layout and shows how to easily configure the AI AssistView with built-in support for creating stunning visual effects.
1137+
>You can refer to our [Flutter AI AssistView](https://www.syncfusion.com/flutter-widgets/flutter-aiassistview) feature tour page for its groundbreaking feature representations. You can also explore our [Flutter AI AssistView example](https://flutter.syncfusion.com/#/ai-assist-view/getting-started) which demonstrates interaction between users and AI services in a fully customizable layout and shows how to easily configure the AI AssistView with built-in support for creating stunning visual effects.

Flutter/ai-assistview/composer.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,11 @@ The [`prefixIcon`](https://api.flutter.dev/flutter/material/InputDecoration/pref
220220

221221
![AIAssistView composer icon](images/composer/composer-prefix-suffix-icon.png)
222222

223-
### Padding
223+
### Margin
224224

225-
The [`padding`](https://pub.dev/documentation/syncfusion_flutter_chat/latest/assist_view/AssistComposer/padding.html) property defines the space around the text field, which is used to create space between the conversion area and the text field.
225+
The [`margin`](https://pub.dev/documentation/syncfusion_flutter_chat/latest/assist_view/AssistComposer/padding.html) property defines the space around the text field, which is used to create space between the conversion area and the text field.
226226

227-
By default, the top padding is set to 16.
227+
By default, the top margin is set to 16.
228228

229229
{% tabs %}
230230
{% highlight dart %}
@@ -237,7 +237,7 @@ By default, the top padding is set to 16.
237237
body: SfAIAssistView(
238238
messages: _messages,
239239
composer: const AssistComposer(
240-
padding: EdgeInsets.fromLTRB(10, 30, 10, 20),
240+
margin: EdgeInsets.fromLTRB(10, 30, 10, 20),
241241
),
242242
),
243243
);
@@ -246,7 +246,7 @@ By default, the top padding is set to 16.
246246
{% endhighlight %}
247247
{% endtabs %}
248248

249-
![AIAssistView composer padding](images/composer/composer-padding.png)
249+
![AIAssistView composer margin](images/composer/composer-padding.png)
250250

251251
### Text style
252252

0 commit comments

Comments
 (0)