Logging Topic

To enable log output, enable the debugLogDiagnostics parameter:

final _router = GoRouter(
  routes: [/* ... */],
  debugLogDiagnostics: true,
);

Classes

GoRouter Get started Upgrading Configuration Navigation Redirection Web Deep linking Named routes Logging Error handling
The route configuration for the app.