GetX Navigation
SkillAI & modelsImplement context-less navigation, named routes, and middleware using GetX. Use when building navigation with GetX routing in Flutter.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the GetX Navigation skill
What this skill tells your AI
The instructions your AI receives, as published by hoangnguyen0403/agent-skills-standard in skills/flutter/flutter-getx-navigation/SKILL.md and read by ahel’s review.
Priority: P0 (CRITICAL)
Guidelines
- Named Routes: Use
Get.toNamed('/path'). Define routes inAppPages. - Navigation APIs:
Get.to(): Push new route.Get.off(): Replace current route.Get.offAll(): Clear stack and push.Get.back(): Pop route/dialog/bottomSheet.- Bindings: Link routes with
Bindingsfor automated lifecycle. - Middleware: Implement
GetMiddlewarefor Auth/Permission guards.
Code Example
See AppPages Config for route definition and controller usage patterns.
Anti-Patterns
- Navigator Context: not use
Navigator.of(context)with GetX. - Hardcoded Routes: Use
Routesconstant class. - Direct Dialogs: Use
Get.dialog()andGet.snackbar().
References
Related Topics
getx-state-management | feature-based-clean-architecture
Signals
- GitHub stars
- 565
- Forks
- 164
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
flutter-getx-navigation- Source
- github.com/hoangnguyen0403/agent-skills-standard