Merge pull request #1389 from GetStream/chore/bump-connectivity-plus-dependency

This commit is contained in:
Sahil Kumar
2022-12-06 14:28:53 +05:30
committed by GitHub
3 changed files with 8 additions and 1 deletions
@@ -4,6 +4,7 @@
- Updated `lottie` dependency to `^2.0.0`
- Updated `desktop_drop` dependency to `^0.4.0`
- Updated `connectivity_plus` dependency to `^3.0.2`
🐞 Fixed
- [[#1379]](https://github.com/GetStream/stream-chat-flutter/issues/1379) Fixed "Issues with photo attachments on web", where the cached image attachment would not render while uploading.
@@ -1,3 +1,9 @@
## Upcomming
🔄 Changed
- Updated `connectivity_plus` dependency to `^3.0.2`
## 5.1.0
- Deprecated the `sort` parameter in the `StreamChannelListController` in favor of `channelStateSort`.
@@ -11,7 +11,7 @@ environment:
dependencies:
collection: ^1.15.0
connectivity_plus: ^2.1.0
connectivity_plus: ^3.0.2
flutter:
sdk: flutter
freezed_annotation: ^2.0.3