From 7810b4efff00501311e9d7ea0f9ea291051b29d2 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Tue, 14 Jan 2025 15:54:37 +0300 Subject: [PATCH 01/10] SEO-195289-Flutter-Chat-Post-Release --- Flutter/chat/getting-started.md | 12 ++++++------ ...button-chat.png => actionbutton-in-vue-chat.png} | Bin ...-to-composer.png => placeholder-to-composer.png} | Bin 3 files changed, 6 insertions(+), 6 deletions(-) rename Flutter/chat/images/getting-started/{actionbutton-chat.png => actionbutton-in-vue-chat.png} (100%) rename Flutter/chat/images/getting-started/{add-placeholder-to-composer.png => placeholder-to-composer.png} (100%) diff --git a/Flutter/chat/getting-started.md b/Flutter/chat/getting-started.md index 3db1a7225..21a1e2ede 100644 --- a/Flutter/chat/getting-started.md +++ b/Flutter/chat/getting-started.md @@ -1,13 +1,13 @@ --- layout: post title: Getting started with Flutter Chat widget | Syncfusion -description: Learn here about getting started with Syncfusion Flutter Chat (SfChat) widget, its elements, and more. +description: Learn here about getting started with Syncfusion Essential Studio Chat widget, its elements, and more. platform: flutter control: SfChat documentation: ug --- -# Getting started with Flutter Chat (SfChat) +# Getting started with Flutter Chat This section explains how to add the Flutter Chat widget to a single Flutter application and how to use its basic features. @@ -99,7 +99,7 @@ Add a chat widget with the necessary properties, such as [`messages`](https://pu {% endhighlight %} {% endtabs %} -![Default chat](images/getting-started/initialize-chat.png) +![Default chat in vue chat.](images/getting-started/initialize-chat.png) ## Add placeholder to composer @@ -151,7 +151,7 @@ To add a placeholder to the [`ChatComposer`](https://pub.dev/documentation/syncf {% endhighlight %} {% endtabs %} -![Placeholder to composer](images/getting-started/add-placeholder-to-composer.png) +![Placeholder to composer in vue chart.](images/getting-started/placeholder-to-composer.png) ## Add placeholder to conversation area @@ -187,7 +187,7 @@ By default, conversation messages are empty. It’s a good idea to show a messag {% endhighlight %} {% endtabs %} -![Placeholder](images/getting-started/placeholder.png) +![Getting started with placeholder in vue chat.](images/getting-started/placeholder-to-composer.png) ## Add action button @@ -260,6 +260,6 @@ When the send button is clicked, the [`ChatActionButton.onPressed`](https://pub. {% endhighlight %} {% endtabs %} -![Action button chat](images/getting-started/actionbutton-chat.png) +![Getting started with action button in vue chat.](images/getting-started/actionbutton-in-vue-chat.png) >You can refer to our [Flutter Chat](https://www.syncfusion.com/flutter-widgets/flutter-chat) feature tour page for its groundbreaking feature representations. You can also explore our [Flutter Chat example](https://flutter.syncfusion.com/#/chat/getting-started) which demonstrates conversations between two or more users in a fully customizable layout and shows how to easily configure the chat with built-in support for creating stunning visual effects. \ No newline at end of file diff --git a/Flutter/chat/images/getting-started/actionbutton-chat.png b/Flutter/chat/images/getting-started/actionbutton-in-vue-chat.png similarity index 100% rename from Flutter/chat/images/getting-started/actionbutton-chat.png rename to Flutter/chat/images/getting-started/actionbutton-in-vue-chat.png diff --git a/Flutter/chat/images/getting-started/add-placeholder-to-composer.png b/Flutter/chat/images/getting-started/placeholder-to-composer.png similarity index 100% rename from Flutter/chat/images/getting-started/add-placeholder-to-composer.png rename to Flutter/chat/images/getting-started/placeholder-to-composer.png From ee89a5f4dbd36563b0c910cb4f29a0326cfe633a Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Thu, 16 Jan 2025 12:01:13 +0300 Subject: [PATCH 02/10] resolved --- Flutter/chat/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flutter/chat/getting-started.md b/Flutter/chat/getting-started.md index 21a1e2ede..56981481a 100644 --- a/Flutter/chat/getting-started.md +++ b/Flutter/chat/getting-started.md @@ -1,7 +1,7 @@ --- layout: post title: Getting started with Flutter Chat widget | Syncfusion -description: Learn here about getting started with Syncfusion Essential Studio Chat widget, its elements, and more. +description: Learn here about getting started with Syncfusion Essential Studio Flutter Chat widget, its elements, and more. platform: flutter control: SfChat documentation: ug From 5d52eefbdd85d487143b496780545dcc37ce31ca Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Thu, 16 Jan 2025 12:18:19 +0300 Subject: [PATCH 03/10] resolved --- Flutter/chat/getting-started.md | 8 ++++---- ...der.png => add-placeholder-to-composer-area.png} | Bin ...composer.png => add-placeholder-to-composer.png} | Bin 3 files changed, 4 insertions(+), 4 deletions(-) rename Flutter/chat/images/getting-started/{placeholder.png => add-placeholder-to-composer-area.png} (100%) rename Flutter/chat/images/getting-started/{placeholder-to-composer.png => add-placeholder-to-composer.png} (100%) diff --git a/Flutter/chat/getting-started.md b/Flutter/chat/getting-started.md index 56981481a..1a0d842a0 100644 --- a/Flutter/chat/getting-started.md +++ b/Flutter/chat/getting-started.md @@ -99,7 +99,7 @@ Add a chat widget with the necessary properties, such as [`messages`](https://pu {% endhighlight %} {% endtabs %} -![Default chat in vue chat.](images/getting-started/initialize-chat.png) +![Initialize chat in vue chat.](images/getting-started/initialize-chat.png) ## Add placeholder to composer @@ -151,7 +151,7 @@ To add a placeholder to the [`ChatComposer`](https://pub.dev/documentation/syncf {% endhighlight %} {% endtabs %} -![Placeholder to composer in vue chart.](images/getting-started/placeholder-to-composer.png) +![Add placeholder to composer in vue chart.](images/getting-started/add-placeholder-to-composer.png) ## Add placeholder to conversation area @@ -187,7 +187,7 @@ By default, conversation messages are empty. It’s a good idea to show a messag {% endhighlight %} {% endtabs %} -![Getting started with placeholder in vue chat.](images/getting-started/placeholder-to-composer.png) +![Add placeholder to conversation area in vue chat.](images/getting-started/add-placeholder-to-composer-area.png) ## Add action button @@ -260,6 +260,6 @@ When the send button is clicked, the [`ChatActionButton.onPressed`](https://pub. {% endhighlight %} {% endtabs %} -![Getting started with action button in vue chat.](images/getting-started/actionbutton-in-vue-chat.png) +![Add action button in Vue Chat.](images/getting-started/actionbutton-in-vue-chat.png) >You can refer to our [Flutter Chat](https://www.syncfusion.com/flutter-widgets/flutter-chat) feature tour page for its groundbreaking feature representations. You can also explore our [Flutter Chat example](https://flutter.syncfusion.com/#/chat/getting-started) which demonstrates conversations between two or more users in a fully customizable layout and shows how to easily configure the chat with built-in support for creating stunning visual effects. \ No newline at end of file diff --git a/Flutter/chat/images/getting-started/placeholder.png b/Flutter/chat/images/getting-started/add-placeholder-to-composer-area.png similarity index 100% rename from Flutter/chat/images/getting-started/placeholder.png rename to Flutter/chat/images/getting-started/add-placeholder-to-composer-area.png diff --git a/Flutter/chat/images/getting-started/placeholder-to-composer.png b/Flutter/chat/images/getting-started/add-placeholder-to-composer.png similarity index 100% rename from Flutter/chat/images/getting-started/placeholder-to-composer.png rename to Flutter/chat/images/getting-started/add-placeholder-to-composer.png From d9a4a54192ce8fb6972357a15e3fc1e54b6756dd Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Thu, 16 Jan 2025 13:11:54 +0300 Subject: [PATCH 04/10] resolved --- Flutter/chat/getting-started.md | 8 ++++---- ...ue-chat.png => actionbutton-in-flutter-chat.png} | Bin 2 files changed, 4 insertions(+), 4 deletions(-) rename Flutter/chat/images/getting-started/{actionbutton-in-vue-chat.png => actionbutton-in-flutter-chat.png} (100%) diff --git a/Flutter/chat/getting-started.md b/Flutter/chat/getting-started.md index 1a0d842a0..49f9fd767 100644 --- a/Flutter/chat/getting-started.md +++ b/Flutter/chat/getting-started.md @@ -99,7 +99,7 @@ Add a chat widget with the necessary properties, such as [`messages`](https://pu {% endhighlight %} {% endtabs %} -![Initialize chat in vue chat.](images/getting-started/initialize-chat.png) +![Initialize chat in flutter chat.](images/getting-started/initialize-chat.png) ## Add placeholder to composer @@ -151,7 +151,7 @@ To add a placeholder to the [`ChatComposer`](https://pub.dev/documentation/syncf {% endhighlight %} {% endtabs %} -![Add placeholder to composer in vue chart.](images/getting-started/add-placeholder-to-composer.png) +![Add placeholder to composer in flutter chart.](images/getting-started/add-placeholder-to-composer.png) ## Add placeholder to conversation area @@ -187,7 +187,7 @@ By default, conversation messages are empty. It’s a good idea to show a messag {% endhighlight %} {% endtabs %} -![Add placeholder to conversation area in vue chat.](images/getting-started/add-placeholder-to-composer-area.png) +![Add placeholder to conversation area in flutter chat.](images/getting-started/add-placeholder-to-composer-area.png) ## Add action button @@ -260,6 +260,6 @@ When the send button is clicked, the [`ChatActionButton.onPressed`](https://pub. {% endhighlight %} {% endtabs %} -![Add action button in Vue Chat.](images/getting-started/actionbutton-in-vue-chat.png) +![Add action button in flutter Chat.](images/getting-started/actionbutton-in-flutter-chat.png) >You can refer to our [Flutter Chat](https://www.syncfusion.com/flutter-widgets/flutter-chat) feature tour page for its groundbreaking feature representations. You can also explore our [Flutter Chat example](https://flutter.syncfusion.com/#/chat/getting-started) which demonstrates conversations between two or more users in a fully customizable layout and shows how to easily configure the chat with built-in support for creating stunning visual effects. \ No newline at end of file diff --git a/Flutter/chat/images/getting-started/actionbutton-in-vue-chat.png b/Flutter/chat/images/getting-started/actionbutton-in-flutter-chat.png similarity index 100% rename from Flutter/chat/images/getting-started/actionbutton-in-vue-chat.png rename to Flutter/chat/images/getting-started/actionbutton-in-flutter-chat.png From 4b8ea5a38f131d4d096e5f15270335de7d46b4cb Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Mon, 20 Jan 2025 08:27:22 +0300 Subject: [PATCH 05/10] updated --- Flutter/chat/getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Flutter/chat/getting-started.md b/Flutter/chat/getting-started.md index 49f9fd767..9b0b2a817 100644 --- a/Flutter/chat/getting-started.md +++ b/Flutter/chat/getting-started.md @@ -99,7 +99,7 @@ Add a chat widget with the necessary properties, such as [`messages`](https://pu {% endhighlight %} {% endtabs %} -![Initialize chat in flutter chat.](images/getting-started/initialize-chat.png) +![Initialize chat in Flutter Chat.](images/getting-started/initialize-chat.png) ## Add placeholder to composer @@ -151,7 +151,7 @@ To add a placeholder to the [`ChatComposer`](https://pub.dev/documentation/syncf {% endhighlight %} {% endtabs %} -![Add placeholder to composer in flutter chart.](images/getting-started/add-placeholder-to-composer.png) +![Add placeholder to composer in Flutter Chart.](images/getting-started/add-placeholder-to-composer.png) ## Add placeholder to conversation area @@ -187,7 +187,7 @@ By default, conversation messages are empty. It’s a good idea to show a messag {% endhighlight %} {% endtabs %} -![Add placeholder to conversation area in flutter chat.](images/getting-started/add-placeholder-to-composer-area.png) +![Add placeholder to conversation area in Flutter Chat.](images/getting-started/add-placeholder-to-composer-area.png) ## Add action button @@ -260,6 +260,6 @@ When the send button is clicked, the [`ChatActionButton.onPressed`](https://pub. {% endhighlight %} {% endtabs %} -![Add action button in flutter Chat.](images/getting-started/actionbutton-in-flutter-chat.png) +![Add action button in Flutter Chat.](images/getting-started/actionbutton-in-flutter-chat.png) >You can refer to our [Flutter Chat](https://www.syncfusion.com/flutter-widgets/flutter-chat) feature tour page for its groundbreaking feature representations. You can also explore our [Flutter Chat example](https://flutter.syncfusion.com/#/chat/getting-started) which demonstrates conversations between two or more users in a fully customizable layout and shows how to easily configure the chat with built-in support for creating stunning visual effects. \ No newline at end of file From 566756cd7866ad9cc793025f0b56d1e55362819d Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Mon, 20 Jan 2025 10:20:01 +0300 Subject: [PATCH 06/10] resolved --- Flutter/chat/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flutter/chat/getting-started.md b/Flutter/chat/getting-started.md index 9b0b2a817..c5e007371 100644 --- a/Flutter/chat/getting-started.md +++ b/Flutter/chat/getting-started.md @@ -99,7 +99,7 @@ Add a chat widget with the necessary properties, such as [`messages`](https://pu {% endhighlight %} {% endtabs %} -![Initialize chat in Flutter Chat.](images/getting-started/initialize-chat.png) +![Getting started with Flutter Chat.](images/getting-started/initialize-chat.png) ## Add placeholder to composer From 6e752b12e5b1e3a8b8442ddaa375503331b7ce31 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Tue, 21 Jan 2025 14:21:00 +0300 Subject: [PATCH 07/10] comment resolved --- Flutter/chat/getting-started.md | 2 +- ...holder-to-conversation-area-in-flutter-chat.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename Flutter/chat/images/getting-started/{add-placeholder-to-composer-area.png => add-placeholder-to-conversation-area-in-flutter-chat.png} (100%) diff --git a/Flutter/chat/getting-started.md b/Flutter/chat/getting-started.md index c5e007371..94f7fb500 100644 --- a/Flutter/chat/getting-started.md +++ b/Flutter/chat/getting-started.md @@ -187,7 +187,7 @@ By default, conversation messages are empty. It’s a good idea to show a messag {% endhighlight %} {% endtabs %} -![Add placeholder to conversation area in Flutter Chat.](images/getting-started/add-placeholder-to-composer-area.png) +![Add placeholder to conversation area in Flutter Chat.](images/getting-started/add-placeholder-to-conversation-area-in-flutter-chat.png) ## Add action button diff --git a/Flutter/chat/images/getting-started/add-placeholder-to-composer-area.png b/Flutter/chat/images/getting-started/add-placeholder-to-conversation-area-in-flutter-chat.png similarity index 100% rename from Flutter/chat/images/getting-started/add-placeholder-to-composer-area.png rename to Flutter/chat/images/getting-started/add-placeholder-to-conversation-area-in-flutter-chat.png From c858e680050886efa0f009b8d20af4b188ce3a85 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 24 Jan 2025 12:01:09 +0300 Subject: [PATCH 08/10] resolved --- Flutter/chat/getting-started.md | 2 +- ...r-chat.png => action-button-in-flutter-chat.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename Flutter/chat/images/getting-started/{actionbutton-in-flutter-chat.png => action-button-in-flutter-chat.png} (100%) diff --git a/Flutter/chat/getting-started.md b/Flutter/chat/getting-started.md index 94f7fb500..e1c4fa661 100644 --- a/Flutter/chat/getting-started.md +++ b/Flutter/chat/getting-started.md @@ -260,6 +260,6 @@ When the send button is clicked, the [`ChatActionButton.onPressed`](https://pub. {% endhighlight %} {% endtabs %} -![Add action button in Flutter Chat.](images/getting-started/actionbutton-in-flutter-chat.png) +![Add action button in Flutter Chat.](images/getting-started/action-button-in-flutter-chat.png) >You can refer to our [Flutter Chat](https://www.syncfusion.com/flutter-widgets/flutter-chat) feature tour page for its groundbreaking feature representations. You can also explore our [Flutter Chat example](https://flutter.syncfusion.com/#/chat/getting-started) which demonstrates conversations between two or more users in a fully customizable layout and shows how to easily configure the chat with built-in support for creating stunning visual effects. \ No newline at end of file diff --git a/Flutter/chat/images/getting-started/actionbutton-in-flutter-chat.png b/Flutter/chat/images/getting-started/action-button-in-flutter-chat.png similarity index 100% rename from Flutter/chat/images/getting-started/actionbutton-in-flutter-chat.png rename to Flutter/chat/images/getting-started/action-button-in-flutter-chat.png From 5f660ca6f4379a0d67c042441014edfef9c2192e Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Thu, 13 Feb 2025 15:29:47 +0300 Subject: [PATCH 09/10] platform name added --- Flutter/chat/getting-started.md | 4 ++-- ...=> add-placeholder-to-composer-flutter-chat.png} | Bin ...tialize-chat.png => initialize-flutter-chat.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename Flutter/chat/images/getting-started/{add-placeholder-to-composer.png => add-placeholder-to-composer-flutter-chat.png} (100%) rename Flutter/chat/images/getting-started/{initialize-chat.png => initialize-flutter-chat.png} (100%) diff --git a/Flutter/chat/getting-started.md b/Flutter/chat/getting-started.md index e1c4fa661..f1826d6c9 100644 --- a/Flutter/chat/getting-started.md +++ b/Flutter/chat/getting-started.md @@ -99,7 +99,7 @@ Add a chat widget with the necessary properties, such as [`messages`](https://pu {% endhighlight %} {% endtabs %} -![Getting started with Flutter Chat.](images/getting-started/initialize-chat.png) +![Getting started with Flutter Chat.](images/getting-started/initialize-flutter-chat.png) ## Add placeholder to composer @@ -151,7 +151,7 @@ To add a placeholder to the [`ChatComposer`](https://pub.dev/documentation/syncf {% endhighlight %} {% endtabs %} -![Add placeholder to composer in Flutter Chart.](images/getting-started/add-placeholder-to-composer.png) +![Add placeholder to composer in Flutter Chart.](images/getting-started/add-placeholder-to-composer-flutter-chat.png) ## Add placeholder to conversation area diff --git a/Flutter/chat/images/getting-started/add-placeholder-to-composer.png b/Flutter/chat/images/getting-started/add-placeholder-to-composer-flutter-chat.png similarity index 100% rename from Flutter/chat/images/getting-started/add-placeholder-to-composer.png rename to Flutter/chat/images/getting-started/add-placeholder-to-composer-flutter-chat.png diff --git a/Flutter/chat/images/getting-started/initialize-chat.png b/Flutter/chat/images/getting-started/initialize-flutter-chat.png similarity index 100% rename from Flutter/chat/images/getting-started/initialize-chat.png rename to Flutter/chat/images/getting-started/initialize-flutter-chat.png From c9bc9cfe591e08b3d984084f67a9a1cb740938e4 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Thu, 13 Feb 2025 15:31:16 +0300 Subject: [PATCH 10/10] resolved --- Flutter/chat/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flutter/chat/getting-started.md b/Flutter/chat/getting-started.md index f1826d6c9..951aa24a4 100644 --- a/Flutter/chat/getting-started.md +++ b/Flutter/chat/getting-started.md @@ -151,7 +151,7 @@ To add a placeholder to the [`ChatComposer`](https://pub.dev/documentation/syncf {% endhighlight %} {% endtabs %} -![Add placeholder to composer in Flutter Chart.](images/getting-started/add-placeholder-to-composer-flutter-chat.png) +![Add placeholder to composer in Flutter Chat.](images/getting-started/add-placeholder-to-composer-flutter-chat.png) ## Add placeholder to conversation area