Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation with named routes #14

Open
Deandrew007 opened this issue Feb 16, 2023 · 0 comments
Open

Navigation with named routes #14

Deandrew007 opened this issue Feb 16, 2023 · 0 comments

Comments

@Deandrew007
Copy link

Deandrew007 commented Feb 16, 2023

Hey there, lovely Navbar. I am experiencing an issue I can't seem to fix.

Navigation with named routes causes the Navbar to disappear on the next page. For example if I do a
Navigator.pushNamed(context, AppRouter.pageName)

Code being referenced in AppRouter

case AppRouter.pageName: return MaterialPageRoute( settings: const RouteSettings(name: AppRouter.pageName), builder: (context) => const PageName());

Could you assist please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant