flutter-implementing-navigation-and-routing
Imperative and declarative routing patterns for Flutter screen transitions and deep linking.
What it does
- Core Concepts
- Implementing Imperative Navigation
- Implementing Declarative Navigation
- Implementing Nested Navigation
- Navigator vs. Router:
- Use Navigator (Imperative) for small applications without complex deep linking requirements. It manages a stack of Route objects.
- Use Router (Declarative) for applications with advanced navigation, web URL synchronization, and specific deep linking requirements.
Requirements & configuration
- Deep Linking: Allows an app to open directly to a specific location based on a URL. Supported on iOS, Android, and Web. Web requires no additional setup.
- [ ] If the app is simple and requires no deep linking:
- [ ] If the app requires deep linking, web support, or complex flows:
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Imperative and declarative routing patterns for Flutter screen transitions and deep linking.
Source
Repository: https://github.com/flutter/skills
flutter-implementing-navigation-and-routing FAQ
What does the flutter-implementing-navigation-and-routing skill do?
Handles routing, navigation, and deep linking in a Flutter application. Use when moving between screens or setting up URL-based navigation. Core Concepts Implementing Imperative Navigation
What does flutter-implementing-navigation-and-routing require?
Deep Linking: Allows an app to open directly to a specific location based on a URL. Supported on iOS, Android, and Web. Web requires no additional setup. [ ] If the app is simple and requires no deep linking: [ ] If the app requires deep linking, web support, or complex flows:
How do I install flutter-implementing-navigation-and-routing?
Run: npx -y skills add https://github.com/flutter/skills --skill flutter-implementing-navigation-and-routing --agent claude-code — the source lives at github.com/flutter/skills.
Maintain flutter-implementing-navigation-and-routing?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/flutter-skills-flutter-implementing-navigation-and-routing?ref=badge) npx agentictools info skills/flutter-skills-flutter-implementing-navigation-and-routing The second line is the CLI lookup for this page — handy in READMEs and docs.