Fix krow_core path in client pubspec

Update the krow_core dependency path in apps/mobile/apps/client/pubspec.yaml from ../../packages/core/krow_core to ../../packages/core to match the package layout (corrects dependency resolution).
This commit is contained in:
Achintha Isuru
2026-02-01 19:27:07 -05:00
parent 8260a7026e
commit 6bd669fec3

View File

@@ -33,7 +33,7 @@ dependencies:
client_create_order:
path: ../../packages/features/client/create_order
krow_core:
path: ../../packages/core/krow_core
path: ../../packages/core
cupertino_icons: ^1.0.8
flutter_modular: ^6.3.2