Flutter Navigation
Generates Flutter code snippets for common UI navigation patterns like routes, named routes, and transitions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add flutter-navigation npx -- -y @trustedskills/flutter-navigation
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"flutter-navigation": {
"command": "npx",
"args": [
"-y",
"@trustedskills/flutter-navigation"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The flutter-navigation skill enables AI agents to manage navigation within Flutter applications. It provides tools for setting up and handling routes, passing data between screens, and implementing common navigation patterns like push, pop, and named routes.
When to use it
- When building a multi-screen Flutter app that requires seamless transitions between views.
- When you need to pass data from one screen to another during navigation.
- When implementing complex routing logic such as nested navigation or dynamic route generation.
- When integrating third-party packages like
go_routerorflutter_riverpodfor state management with navigation.
Key capabilities
- Support for basic and named routes
- Data passing between screens via arguments
- Integration with Flutter's built-in Navigator
- Compatibility with popular routing libraries
Example prompts
- "Set up a route from the home screen to the settings page."
- "Pass user data from the login screen to the dashboard."
- "Implement nested navigation for a profile section in the app."
Tips & gotchas
- Ensure that your Flutter project is properly configured with
MaterialApporCupertinoAppfor routing to work. - Be mindful of route naming conventions and avoid conflicts when using named routes.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.