feat(core): Add ChannelListController.filter and ChannelListController.sort setters.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2022-08-16 15:27:11 +05:30
committed by xsahil03x
parent 6afde872e5
commit 10fffc335f
2 changed files with 40 additions and 6 deletions
@@ -1,8 +1,15 @@
## Upcoming
🐞 Fixed
- [#1269](https://github.com/GetStream/stream-chat-flutter/issues/1269)
Fix `ChannelListEventHandler` castError at PagedValue.asSuccess.
✅ Added
- Added setters to update `ChannelListController.filter` and `ChannelListController.sort` properties
in order to support runtime changes.
## 4.4.1
- Updated `stream_chat` dependency to [`4.4.1`](https://pub.dev/packages/stream_chat/changelog).