
GoRouter Delegate Listener for Screen Tracking
1 min read
If your app uses GoRouter with shell routes, tracking screen views reliably requires some workarounds. Here's how to make it work.
If your app uses GoRouter with shell routes, tracking screen views reliably requires some workarounds. Here's how to make it work.
A step-by-step tutorial showing how to implement deep links in Flutter using GoRouter, including the native Android and iOS platform setup.
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.