flutter-implementing-navigation-and-routing
Master Flutter navigation using imperative Navigator and declarative Router for deep linking and nested flows.
Install
npx skills add https://github.com/flutter/skills --skill flutter-implementing-navigation-and-routingStats
| Total installs | 2,501 |
| Weekly installs | 2.5K |
| GitHub stars | 833 |
| First seen | Mar 13, 2026 |
| Source | @flutter/skills |
Summary
- Covers both Navigator (imperative, stack-based) and Router (declarative, URL-synchronized) approaches with guidance on when to use each
- Supports deep linking on iOS, Android, and Web; includes data passing via constructors, route arguments, and return values
- Implements nested navigation for multi-step flows (e.g., setup wizards) with independent sub-navigators and back-button interception
- Provides three complete workflows: standard screen transitions, deep-linkable routing setup, and nested navigation flows with code examples
Tags
Related skills
| Skill | Installs | vs flutter-implementing-navigation-and-routing |
|---|---|---|
| flutter-building-layouts | 2,891 | +390 |
| interaction-design | 4,824 | +2,323 |
| flutter-improving-accessibility | 2,203 | -298 |
| swiftui-performance-audit | 4,335 | +1,834 |
| flutter-adding-home-screen-widgets | 2,176 | -325 |
FAQ
- How many installs does flutter-implementing-navigation-and-routing have?
- flutter-implementing-navigation-and-routing has 2,501 total installs and 2.5K installs this week.
- Where is flutter-implementing-navigation-and-routing hosted?
- flutter-implementing-navigation-and-routing is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-implementing-navigation-and-routing have?
- flutter-implementing-navigation-and-routing has 833 GitHub stars.
- When was flutter-implementing-navigation-and-routing first indexed?
- OrangeBot.AI first indexed flutter-implementing-navigation-and-routing on Mar 13, 2026.
- How do I install flutter-implementing-navigation-and-routing?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-implementing-navigation-and-routing