add shared to dependencies

This commit is contained in:
2026-04-04 00:56:56 +03:00
parent 73e28cbdcb
commit 28f4e6b0ef
2 changed files with 4 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ environment:
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
potato_messenger_shared:
path: ../shared
# The following adds the Cupertino Icons font to your application. # The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons. # Use with the CupertinoIcons class for iOS style icons.

View File

@@ -9,6 +9,8 @@ environment:
# Add regular dependencies here. # Add regular dependencies here.
dependencies: dependencies:
path: ^1.9.0 path: ^1.9.0
potato_messenger_shared:
path: ../shared
dev_dependencies: dev_dependencies:
lints: ^6.0.0 lints: ^6.0.0