chore(llc, core, persistence, ui, localization): bump dependencies, update CHANGELOG.md
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## Upcoming
|
||||
|
||||
- Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0
|
||||
- Updated `stream_chat` dependency to [`Upcoming`](https://pub.dev/packages/stream_chat/changelog).
|
||||
|
||||
## 6.7.0
|
||||
|
||||
- [[#1683]](https://github.com/GetStream/stream-chat-flutter/issues/1683) Fixed SqliteException no such
|
||||
|
||||
@@ -10,19 +10,19 @@ environment:
|
||||
flutter: ">=3.10.0"
|
||||
|
||||
dependencies:
|
||||
drift: ^2.9.0
|
||||
drift: ^2.11.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
logging: ^1.2.0
|
||||
meta: ^1.9.1
|
||||
path: ^1.8.3
|
||||
path_provider: ^2.0.15
|
||||
path_provider: ^2.1.0
|
||||
sqlite3_flutter_libs: ^0.5.15
|
||||
stream_chat: ^6.7.0
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.4.6
|
||||
drift_dev: ^2.9.0
|
||||
drift_dev: ^2.11.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
mocktail: ^1.0.0
|
||||
|
||||
Reference in New Issue
Block a user