flutter run lib/main.dart
An example to demonstrate a simple two-pages 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 sign-in flow.
flutter run lib/books/main.dart
A fully fledged example that showcases various go_router APIs.