Merge branch 'develop' into feat/queryAround

This commit is contained in:
Salvatore Giordano
2021-11-18 17:51:44 +01:00
committed by GitHub
13 changed files with 288 additions and 93 deletions
+9 -2
View File
@@ -1,9 +1,16 @@
## Upcoming
## Upcoming
✅ Added
- `MessageListView` now allows more better control over spacing after messages using `spacingWidgetBuilder`.
- `StreamChannel` can now fetch messages around a message ID with the `queryAroundMessage` call.
🐞 Fixed
- [[#766]]`AttachmentActionsModal` now has customisation options for actions.
- Fixed `MessageWidget` null errors associated with `channel.memberCount`.
- Fixed adding attachments on web.
## 3.2.0
- Updated Dart SDK constraints to `>=2.14.0 <3.0.0`
@@ -866,4 +873,4 @@ The property showVideoFullScreen was added mainly because of this issue brianega
## 0.0.1
- First release
- First release