flutter-routing-and-navigation
Implements and manages routing strategies, deep linking, and data passing in Flutter applications.
Install
npx skills add https://github.com/flutter/skills --skill flutter-routing-and-navigationStats
| Total installs | 1,091 |
| Weekly installs | 1.1K |
| GitHub stars | 833 |
| First seen | Mar 4, 2026 |
| Source | @flutter/skills |
Summary
- Evaluates app requirements to select the optimal routing strategy: imperative Navigator for simple flows, declarative Router/go_router for deep linking and web support, or nested Navigator for independent sub-flows
- Supports data passing between routes via constructor arguments (preferred) or RouteSettings with type-safe argument extraction
- Implements named routes with MaterialApp.routes or onGenerateRoute for dynamic route handling, with guidance on limitations for deep linking scenarios
- Includes nested navigation patterns using GlobalKey<NavigatorState> for managing independent navigation stacks within sub-flows like setup wizards or persistent bottom navigation
Tags
Related skills
| Skill | Installs | vs flutter-routing-and-navigation |
|---|---|---|
| swift-concurrency-6-2 | 1,038 | -53 |
| upgrading-react-native | 1,232 | +141 |
| tailwindcss | 980 | -111 |
| tailwind-patterns | 1,132 | +41 |
| android-kotlin | 1,122 | +31 |
FAQ
- How many installs does flutter-routing-and-navigation have?
- flutter-routing-and-navigation has 1,091 total installs and 1.1K installs this week.
- Where is flutter-routing-and-navigation hosted?
- flutter-routing-and-navigation is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-routing-and-navigation have?
- flutter-routing-and-navigation has 833 GitHub stars.
- When was flutter-routing-and-navigation first indexed?
- OrangeBot.AI first indexed flutter-routing-and-navigation on Mar 4, 2026.
- How do I install flutter-routing-and-navigation?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-routing-and-navigation