Skip to main content
Back to registry

flutter-navigation

madteacher/mad-agents-skills

Implement navigation and routing in Flutter applications across mobile and web platforms. Choose the right navigation approach, configure deep linking, manage data flow between screens, and handle browser history integration.

Installs310
Install command
npx skills add https://github.com/madteacher/mad-agents-skills --skill flutter-navigation
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Implement navigation and routing in Flutter applications across mobile and web platforms. Choose the right navigation approach, configure deep linking, manage data flow between screens, and handle browser history integration. Example: assets/navigator_basic.dart Example: assets/go_router_basic.dart Flutter team does NOT recommend named routes. They have limitations: With Navigator: With go_router: Example: assets/passing_data.dart Example: assets/returning_data.dart Android: Configure AndroidManifest.xml intent filters iOS: Configure Info.plist for Universal Links Web: Automatic with go_router, choose URL strategy For detailed setup: references/deep-linking.md Hash (default): example.com/#/path - no server config needed Path: example.com/path - cleaner URLs, requires server config For server setup: references/web-navigation.md Route Guards: Implement authentication redirects Nested Routes: Create shell routes with shared UI Error Handling: Handle 404 and navigation errors Multiple Navigators: Manage independent navigation stacks For advanced patterns: references/go_router-guide.md Use navigation-patterns.md for: - Simple apps without deep linking requirements - Single-screen to multi-screen transitions - Basic navigation stacks - Quick prototyping - Apps requiring deep linking (iOS, Android, Web) - Web applications with browser history support - Complex navigation patterns...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does flutter-navigation do?

Implement navigation and routing in Flutter applications across mobile and web platforms. Choose the right navigation approach, configure deep linking, manage data flow between screens, and handle browser history integration.

Is flutter-navigation good?

flutter-navigation does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does flutter-navigation work with?

flutter-navigation currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to flutter-navigation?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install flutter-navigation?

npx skills add https://github.com/madteacher/mad-agents-skills --skill flutter-navigation

Related skills

More from madteacher/mad-agents-skills

Related skills

Alternatives in Software Engineering