Routing - Guest
This commit is contained in:
parent
312ae9df9b
commit
aef2798e76
@ -457,8 +457,9 @@ class LoginRoute extends HookConsumerWidget {
|
|||||||
final continueAsGuestBtn = SizedBox(
|
final continueAsGuestBtn = SizedBox(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
child: ElevatedButton(
|
child: ElevatedButton(
|
||||||
onPressed: () => context
|
onPressed: () =>
|
||||||
.go('/${context.language}/${BottomNavBarItem.home.routePath}'),
|
context.go('/myhomepage'),
|
||||||
|
//context.go('/${context.language}/${BottomNavBarItem.home.routePath}'),
|
||||||
style: ButtonStyle(
|
style: ButtonStyle(
|
||||||
shape: WidgetStatePropertyAll(
|
shape: WidgetStatePropertyAll(
|
||||||
RoundedRectangleBorder(
|
RoundedRectangleBorder(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user