-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
When Navigator push a new page, the root page's window buttons disappears #131
Comments
Hey @sleepreading. Can you add code from |
I somehow missed this question but this is a great idea and I should add an example app that uses navigation. |
@bitsdojo Can I create one with a simple onGenerateRoute and create a PR for flutter windows? |
Sounds good! I was wondering if anyone would be interested in an example using go_router? |
Why not? 😅 Someone will want to use it with go_router. It's always great to tackle every avenue IMO! |
It really sucks! |
We usually add
window button (minimized button, maximized button ..)
to the root page. and hope these buttons work like thewindows title bar (never disappears)
.But if we
Navigator.of(context).push()
a new page, this page will have no these buttons. By the way, add this codeto every page is really redundant.
The text was updated successfully, but these errors were encountered: