navigate_to
Push a named route in a live Flutter app using Navigator.pushNamed to navigate between screens during automated testing or agent-driven interactions.
Instructions
Pushes a named route using Navigator.pushNamed. NOTE: Does NOT work with GoRouter or other custom routers — use tap() to navigate via on-screen elements instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route | Yes | Named route to navigate to |