add shared to dependencies
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user