From ca69d12be49214709f74c266a9be81d59b641471 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 3 May 2021 11:22:58 +0200 Subject: [PATCH] fix example --- packages/stream_chat_flutter/example/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/stream_chat_flutter/example/pubspec.yaml b/packages/stream_chat_flutter/example/pubspec.yaml index a0f2b7db..3feec144 100644 --- a/packages/stream_chat_flutter/example/pubspec.yaml +++ b/packages/stream_chat_flutter/example/pubspec.yaml @@ -25,6 +25,8 @@ dependencies: sdk: flutter stream_chat_flutter: path: ../ + stream_chat_persistence: + path: ../../stream_chat_persistence # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons.