Use krow_core routes; remove navigator

Replace the local navigation extension with centralized helpers from krow_core: add krow_core dependency and imports, remove src/presentation/navigation/client_auth_navigator.dart and its export, and update Module routes to use ClientPaths constants. Update page callbacks to use Modular.to.toClientSignIn/toClientSignUp/toClientHome instead of the old push/navigate extension and replace hard-coded route strings with ClientPaths. This centralizes route definitions and removes duplicated navigation logic.
This commit is contained in:
Achintha Isuru
2026-02-04 16:27:44 -05:00
parent a9fc926b4b
commit 9f48ed40d7
6 changed files with 15 additions and 40 deletions

View File

@@ -27,6 +27,8 @@ dependencies:
path: ../../../data_connect
krow_domain:
path: ../../../domain
krow_core:
path: ../../../core
dev_dependencies:
flutter_test: