fix: made better and error managment on api client
This commit is contained in:
parent
0d1b5ce68e
commit
6359efa0c3
2 changed files with 106 additions and 68 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Reference in a new issue