Merge pull request #1565 from GetStream/bump/shimmer

This commit is contained in:
Sahil Kumar
2023-05-23 15:05:40 +05:30
committed by GitHub
2 changed files with 5 additions and 1 deletions
@@ -20,6 +20,10 @@
- Added support for `StreamMessageThemeData.urlAttachmentTextMaxLine` to specify the `.maxLines` for the url attachment
text. [#1543](https://github.com/GetStream/stream-chat-flutter/issues/1543)
🔄 Changed
- Updated `shimmer` dependency to `^3.0.0`.
## 6.1.0
🐞 Fixed
+1 -1
View File
@@ -37,7 +37,7 @@ dependencies:
photo_view: ^0.14.0
rxdart: ^0.27.0
share_plus: ^6.3.0
shimmer: ^2.0.0
shimmer: ^3.0.0
stream_chat_flutter_core: ^6.1.0
synchronized: ^3.0.0
thumblr: ^0.0.4