Merge branch 'develop' into delete_message_fix

This commit is contained in:
Salvatore Giordano
2021-07-27 09:32:37 +02:00
committed by GitHub
56 changed files with 245 additions and 174 deletions
@@ -6,6 +6,11 @@
- Allow the various ListView widgets to be themed via ThemeData classes
- Added `bottomRowBuilder` and `deletedBottomRowBuilder` that build a widget below a `MessageWidget`
🔄 Changed
- `StreamChat.of(context).user` is now deprecated in favor of `StreamChat.of(context).currentUser`.
- `StreamChat.of(context).userStream` is now deprecated in favor of `StreamChat.of(context).currentUserStream`.
🐞 Fixed
- Fix floating date divider not having a fixed size