From 28f4e6b0ef16dd6844a8186a068ab61e0fcec496 Mon Sep 17 00:00:00 2001 From: fegor101 Date: Sat, 4 Apr 2026 00:56:56 +0300 Subject: [PATCH] add shared to dependencies --- client/pubspec.yaml | 2 ++ server/pubspec.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/client/pubspec.yaml b/client/pubspec.yaml index e1d40f4..57ce6fb 100644 --- a/client/pubspec.yaml +++ b/client/pubspec.yaml @@ -30,6 +30,8 @@ environment: dependencies: flutter: sdk: flutter + potato_messenger_shared: + path: ../shared # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. diff --git a/server/pubspec.yaml b/server/pubspec.yaml index e034ead..ca89f88 100644 --- a/server/pubspec.yaml +++ b/server/pubspec.yaml @@ -9,6 +9,8 @@ environment: # Add regular dependencies here. dependencies: path: ^1.9.0 + potato_messenger_shared: + path: ../shared dev_dependencies: lints: ^6.0.0