feat: added petyo changes

This commit is contained in:
Deven Joshi
2021-07-13 19:19:50 +05:30
parent 8853d0a785
commit f8950f8379
4 changed files with 6 additions and 4 deletions
@@ -1,4 +1,4 @@
{
"label": "Guides",
"position": 5
"position": 2
}
@@ -1,4 +1,4 @@
{
"label": "Stream Chat Flutter",
"position": 4
"position": 3
}
@@ -84,7 +84,9 @@ MessageListView(
You can also supply your own implementation for displaying messages using the `messageBuilder` parameter.
Note: To customize the existing implementation, look at the `MessageWidget` documentation instead.
:::note
To customize the existing implementation, look at the `MessageWidget` documentation instead.
:::
```dart
MessageListView(
@@ -1,4 +1,4 @@
{
"label": "Stream Chat Flutter Core",
"position": 3
"position": 4
}