Add ente_sharing package dependency to pubspec files

This commit is contained in:
AmanRajSinghMourya
2025-09-03 15:41:43 +05:30
parent b11f86175e
commit 80bc848d1e
3 changed files with 12 additions and 1 deletions

View File

@@ -275,6 +275,13 @@ packages:
relative: true
source: path
version: "1.0.0"
ente_sharing:
dependency: "direct main"
description:
path: "../../packages/sharing"
relative: true
source: path
version: "1.0.0"
ente_strings:
dependency: "direct main"
description:

View File

@@ -31,6 +31,8 @@ dependencies:
path: ../../packages/logging
ente_network:
path: ../../packages/network
ente_sharing:
path: ../../packages/sharing
ente_strings:
path: ../../packages/strings
ente_ui:

View File

@@ -1,4 +1,4 @@
# melos_managed_dependency_overrides: ente_accounts,ente_base,ente_configuration,ente_events,ente_lock_screen,ente_logging,ente_network,ente_strings,ente_ui,ente_utils
# melos_managed_dependency_overrides: ente_accounts,ente_base,ente_configuration,ente_events,ente_lock_screen,ente_logging,ente_network,ente_strings,ente_ui,ente_utils,ente_sharing
dependency_overrides:
ente_accounts:
path: ../../packages/accounts
@@ -14,6 +14,8 @@ dependency_overrides:
path: ../../packages/logging
ente_network:
path: ../../packages/network
ente_sharing:
path: ../../packages/sharing
ente_strings:
path: ../../packages/strings
ente_ui: