Update docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx
Co-authored-by: Gordon <[email protected]>
This commit is contained in:
@@ -15,7 +15,7 @@ Check [this link](https://flutter.dev/docs/null-safety) for more about Null Safe
|
|||||||
|
|
||||||
This guide is intended to enumerate and better explain the changes in the SDK.
|
This guide is intended to enumerate and better explain the changes in the SDK.
|
||||||
|
|
||||||
The changes will be listed by package and a concise changelog will be followed by more info.
|
The changes will be listed by package and a concise changelog will follow with more info.
|
||||||
|
|
||||||
### Changelog of `stream_chat_flutter`
|
### Changelog of `stream_chat_flutter`
|
||||||
|
|
||||||
@@ -295,4 +295,4 @@ Would turn into:
|
|||||||
|
|
||||||
```dart
|
```dart
|
||||||
filter: Filter.in_('members', [StreamChat.of(context).user.id])
|
filter: Filter.in_('members', [StreamChat.of(context).user.id])
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user