How to persist bottom navigation bar and App bar using GoRouter?

Viewed 101

I'm trying to achieve a page where bottom navigation and app bar are fixed. But when I pressed a button it will go to another page without recreating the app bar and bottom nav bar. For routing I'm using go_router package.

There is an answer using Navigator here. But is there any way to make it using go_router?

Example Page:

example

Example Home Page:

home page example

0 Answers
Related