hoangnguyen0403/flutter-navigation
Implement navigation patterns with go_router, deep linking, and named routes in Flutter. Use when building navigation, deep linking, or routing.
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill flutter-navigation
go_router for modern, declarative routing.AndroidManifest.xml and Info.plist for URL schemes.redirect logic before navigation.StatefulShellRoute or IndexedStack for bottom navigation.See implementation examples for GoRouter configuration with parameter validation and redirects.
Routing Patterns & Examples
go_router built-in parsing instead of Uri.parse(url)IndexedStack or StatefulShellRoute to preserve stateredirectRoutes.orders) or code-gen instead of '/orders'flutter-design-system | flutter-notifications | mobile-ux-core
Take hoangnguyen0403/flutter-navigation from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.