Did you know?

You can run flutter run --route /path/to/route to start your Flutter app from a specific route.

This works with named routes (nav 1.0) and the router APIs (nav 2.0).

Super useful for debugging nested routes when you need to hot-restart.

The flutter run --route argument

Happy coding!