flutter run lib/main.dart
An example to demonstrate a simple two-page app.
flutter run lib/sub_routes.dart
An example to demonstrate an app with multi-level routing.
flutter run lib/path_and_query_parameters.dart
An example to demonstrate how to use path parameters and query parameters.
flutter run lib/named_routes.dart
An example to demonstrate how to navigate using named locations instead of URLs.
flutter run lib/redirection.dart
An example to demonstrate how to use redirect to handle a synchronous sign-in flow.
flutter run lib/async_redirection.dart
An example to demonstrate how to use handle a sign-in flow with a stream authentication service.
flutter run lib/books/main.dart
A fully fledged example that showcases various go_router APIs.