From 9f120d65c3aff12b7f9be031bcd9c84be74fabb1 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 21 Mar 2022 13:54:32 +0100 Subject: [PATCH] use local deps --- packages/stream_chat_localizations/example/pubspec.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/stream_chat_localizations/example/pubspec.yaml b/packages/stream_chat_localizations/example/pubspec.yaml index 9aaa23c6..904347e6 100644 --- a/packages/stream_chat_localizations/example/pubspec.yaml +++ b/packages/stream_chat_localizations/example/pubspec.yaml @@ -11,8 +11,10 @@ dependencies: cupertino_icons: ^1.0.3 flutter: sdk: flutter - stream_chat_flutter: ^2.2.1 - stream_chat_localizations: ^1.1.0 + stream_chat_flutter: + path: ../stream_chat_flutter + stream_chat_localizations: + path: ../ dev_dependencies: flutter_test: