fix: made better and error managment on api client

This commit is contained in:
alzalia1 2025-08-20 15:22:23 +02:00
parent 0d1b5ce68e
commit 6359efa0c3
2 changed files with 106 additions and 68 deletions

View file

@ -72,11 +72,6 @@ GoRouter router(AuthRepository authRepository) => GoRouter(
);
return NoTransitionPage(child: AddPage(viewModel: viewModel));
},
// routes: [
// GoRoute(path: Routes.addForm),
// GoRoute(path: Routes.addOwner),
// GoRoute(path: Routes.addPrice),
// ],
),
GoRoute(
path: Routes.sell,