Update docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx

Co-authored-by: Gordon <[email protected]>
This commit is contained in:
Deven Joshi
2021-07-16 20:39:06 +05:30
committed by GitHub
co-authored by Gordon
parent 18be18678b
commit 6afe6a83f5
@@ -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.
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`
@@ -295,4 +295,4 @@ Would turn into:
```dart
filter: Filter.in_('members', [StreamChat.of(context).user.id])
```
```