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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1011,6 +1011,20 @@ ChatView(
1011
1011
),
1012
1012
```
1013
1013
1014
+
1015
+
36. Use `errorBody` to displays an error message when the link cannot be parsed for preview.
1016
+
1017
+
1018
+
```dart
1019
+
ChatView(
1020
+
...
1021
+
linkPreviewConfig: LinkPreviewConfiguration(
1022
+
errorBody: 'Error encountered while parsing the link for preview'
1023
+
),
1024
+
...
1025
+
),
1026
+
```
1027
+
1014
1028
## How to use
1015
1029
1016
1030
Check out [blog](https://medium.com/simform-engineering/chatview-a-cutting-edge-chat-ui-solution-7367b1f9d772) for better understanding and basic implementation.
0 commit comments