Component - GoRouter package
The GoRouter package helps Flutter apps manage navigation between screens easily. It uses simple routes and URL paths, making it like a map for your app's pages.
The GoRouter package helps Flutter apps manage navigation between screens easily. It uses simple routes and URL paths, making it like a map for your app's pages.
MaterialApp.router
└── GoRouter
├── ShellRoute (optional)
├── GoRoute (HomeScreen)
└── GoRoute (DetailsScreen)