How does navigation get generated?
Updated 20 August 2026·1 views
Generated navigation
Flutter — routing is generated with go_router. Pages set to bottom-nav or drawer-nav in the console are wired into anAppShell or DrawerShell automatically. Everything else becomes a standalone route.
Next.js — AppNav.tsx is generated from your pages'' nav settings. Top-nav/bottom-nav pages render as a horizontal bar; sidebar-nav/drawer-nav pages render as a collapsible side panel. If your pages mix nav types, sidebar/drawer takes priority.Was this article helpful?