nested_navigation_examples
nested_navigation_examples copied to clipboard
Bottom Navigation Bar with Nested Routes: GoRouter vs Beamer
Stateful Nested Navigation examples: GoRouter vs Beamer
This is an example app showing how to implement bottom navigation with nested routes using GoRouter and Beamer:
It is based on this article on my website:
To see how the example app is implemented using the two packages, check these folders:
- GoRouter example
- Beamer example