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