This repository was archived by the owner on Feb 25, 2022. It is now read-only.
Replies: 2 comments
-
Actually, that's a good question; I've played around with this myself and gotten unsatisfying results. @esDotDev does this kind of stuff all the time. Maybe he'll have a suggestion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you post a video showing more clearly your issue? I don't really understand. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm new to Flutter and trying to use GoRouter for the navigation within my App. Sorry if this is a simple question but I couldn't find any examples that helped me figure it out.
Everything was working well with some nested routes until I tried to implement a Drawer within the AppBar for my users to get to settings and other screens. Now the drawer takes over the back button that is created once you navigate down to a nested router.
I found an example of someone using a Row to add both a back button and a drawer next to each other but I'm not clear on how I would implement that with GoRouter handling the back button functionality.
Any tips on how to make them work together?
Beta Was this translation helpful? Give feedback.
All reactions