chore(llc, core, persistence, ui, localization): bump dependencies, update CHANGELOG.md
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
- Added support for `channel.countUnreadMentions()` to get the count of unread messages mentioning the current user on a
|
||||
channel. [#1692](https://github.com/GetStream/stream-chat-flutter/issues/1692)
|
||||
|
||||
🔄 Changed
|
||||
|
||||
- Updated minimum supported `SDK` version to Dart 3.0
|
||||
|
||||
## 6.7.0
|
||||
|
||||
✅ Added
|
||||
|
||||
@@ -11,11 +11,11 @@ environment:
|
||||
dependencies:
|
||||
async: ^2.11.0
|
||||
collection: ^1.17.1
|
||||
dio: ^5.2.1+1
|
||||
dio: ^5.3.2
|
||||
equatable: ^2.0.5
|
||||
freezed_annotation: ^2.4.1
|
||||
http_parser: ^4.0.2
|
||||
jose: ^0.3.3
|
||||
jose: ^0.3.4
|
||||
json_annotation: ^4.8.1
|
||||
logging: ^1.2.0
|
||||
meta: ^1.9.1
|
||||
@@ -28,7 +28,7 @@ dependencies:
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.4.6
|
||||
freezed: ^2.4.1
|
||||
freezed: ^2.4.2
|
||||
json_serializable: ^6.7.1
|
||||
mocktail: ^1.0.0
|
||||
test: ^1.24.4
|
||||
test: ^1.24.6
|
||||
|
||||
Reference in New Issue
Block a user