
How to Navigate Without Context with GoRouter and Riverpod in Flutter
12 min read
Let's explore some techniques to separate our business logic and navigation code from the UI, using GoRouter and Riverpod.
Let's explore some techniques to separate our business logic and navigation code from the UI, using GoRouter and Riverpod.
How to implement bottom navigation with nested routes in Flutter using the GoRouter and Beamer packages (example app with source code included).