
Flutter Bottom Navigation Bar with Stateful Nested Routes using GoRouter
16 min read
How to implement bottom and side navigation with stateful nested routes in Flutter using the GoRouter package (example app with source code included).
How to implement bottom and side navigation with stateful nested routes in Flutter using the GoRouter package (example app with source code included).
Let's explore some techniques to separate our business logic and navigation code from the UI, using GoRouter and Riverpod.