From 5c7fc74c5b20804014de63d8cca7878702d1cf38 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Mon, 24 Apr 2023 17:55:59 +0530 Subject: [PATCH] add required deps. Signed-off-by: xsahil03x --- packages/stream_chat/example/pubspec.yaml | 3 +-- packages/stream_chat_flutter/pubspec.yaml | 3 ++- packages/stream_chat_localizations/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/stream_chat/example/pubspec.yaml b/packages/stream_chat/example/pubspec.yaml index 49e226c2..b8a852eb 100644 --- a/packages/stream_chat/example/pubspec.yaml +++ b/packages/stream_chat/example/pubspec.yaml @@ -12,8 +12,7 @@ dependencies: cupertino_icons: ^1.0.0 flutter: sdk: flutter - stream_chat: - path: ../ + stream_chat: ^6.0.0 dev_dependencies: flutter_test: diff --git a/packages/stream_chat_flutter/pubspec.yaml b/packages/stream_chat_flutter/pubspec.yaml index 13117f21..5425efb6 100644 --- a/packages/stream_chat_flutter/pubspec.yaml +++ b/packages/stream_chat_flutter/pubspec.yaml @@ -7,7 +7,7 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues environment: sdk: ">=2.17.0 <3.0.0" - flutter: ">=1.17.0" + flutter: ">=1.20.0" dependencies: cached_network_image: ^3.0.0 @@ -17,6 +17,7 @@ dependencies: dart_vlc: ^0.4.0 desktop_drop: ^0.4.0 diacritic: ^0.1.3 + dio: ^5.1.1 ezanimation: ^0.6.0 file_picker: ^5.2.4 file_selector: ^0.9.0 diff --git a/packages/stream_chat_localizations/pubspec.yaml b/packages/stream_chat_localizations/pubspec.yaml index fc154cff..1590d741 100644 --- a/packages/stream_chat_localizations/pubspec.yaml +++ b/packages/stream_chat_localizations/pubspec.yaml @@ -7,7 +7,7 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues environment: sdk: '>=2.17.0 <3.0.0' - flutter: ">=1.17.0" + flutter: ">=1.20.0" dependencies: flutter: