Merge branch 'develop' into develop

This commit is contained in:
Sahil Kumar
2023-06-07 19:15:30 +05:30
committed by GitHub
3 changed files with 20 additions and 4 deletions
+14
View File
@@ -1,3 +1,17 @@
## Upcoming
🐞 Fixed
- [[#1592]](https://github.com/GetStream/stream-chat-flutter/issues/1592) Fixed broken attachment download on web.
- [[#1591]](https://github.com/GetStream/stream-chat-flutter/issues/1591) Fixed `StreamChannelInfoBottomSheet` not
rendering member list properly.
- [[#1427]](https://github.com/GetStream/stream-chat-flutter/issues/1427) Fixed unable to load asset error for
`packages/stream_chat_flutter/lib/svgs/video_call_icon.svg`.
🔄 Changed
- Updated `dio` dependency to `^5.2.0`.
## 6.2.0
🐞 Fixed