You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# How to design a custom border shape for messages in Flutter SfChat widget
2
2
3
-
A new Flutter project.
3
+
This repository contains a sample to implement the custom border shape for messages on a [Syncfusion Flutter Chat](https://help.syncfusion.com/flutter/chat/getting-started) widget.
4
4
5
-
## Getting Started
5
+
Please refer the KB through this [link](https://support.syncfusion.com/agent/kb/18701).
6
6
7
-
This project is a starting point for a Flutter application.
7
+
## Syncfusion widgets:
8
8
9
-
A few resources to get you started if this is your first Flutter project:
9
+
This project used the following Syncfusion widget(s):
For help getting started with Flutter development, view the
15
-
[online documentation](https://docs.flutter.dev/), which offers tutorials,
16
-
samples, guidance on mobile development, and a full API reference.
14
+
Refer to the following link to know about the supported platform - [Platforms](https://help.syncfusion.com/flutter/system-requirements#supported-platforms)
15
+
16
+
## Requirements to run the sample
17
+
18
+
Refer to the following link to know about system requirements - [System Requirements](https://help.syncfusion.com/flutter/system-requirements)
19
+
20
+
## How to run the sample
21
+
22
+
1. Clone the sample and open it in preferred IDE.
23
+
2. Run the application.
24
+
25
+
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
26
+
27
+
## License
28
+
29
+
Syncfusion has no liability for any damage or consequence that may arise by using or viewing the samples. The samples are for demonstrative purposes, and if you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage that is related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s samples.
contentPadding:EdgeInsets.only(top:15, bottom:30, left:30, right:30), // Ensure sufficient space inside the bubble to accommodate the custom tail shape.
78
+
contentBackgroundColor:Colors.green[600],
79
+
contentShape:CustomBorderShape(isOutgoing:false), // Custom shape for incoming message bubble.
0 commit comments