flutter-setup-declarative-routing

flutter setup declarative routing

flutter ↓ 22k
Claude Code
View source ↗

What it does

  • Core Concepts
  • Workflow: Initializing the Application and Router
  • Workflow: Configuring Platform Deep Linking
  • Workflow: Implementing Nested Navigation
  • GoRouter: The central configuration object defining the application's route tree.
  • GoRoute: A standard route mapping a URL path to a Flutter screen.
  • Path URL Strategy: Removes the default # fragment from web URLs, essential for clean deep linking across platforms.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

flutter setup declarative routing

Source

Repository: https://github.com/flutter/skills

flutter-setup-declarative-routing FAQ

What does the flutter-setup-declarative-routing skill do?

Configure `MaterialApp.router` using a package like `go_router` for advanced URL-based navigation. Use when developing web applications or mobile apps that require specific deep linking and browser history support. Core Concepts Workflow: Initializing the Application and Router

How do I install flutter-setup-declarative-routing?

Run: npx -y skills add https://github.com/flutter/skills --skill flutter-setup-declarative-routing --agent claude-code — the source lives at github.com/flutter/skills.

Maintain flutter-setup-declarative-routing?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

flutter-setup-declarative-routing on getagentictools
[![flutter-setup-declarative-routing on getagentictools](https://getagentictools.com/badge/skills/flutter-skills-flutter-setup-declarative-routing.svg)](https://getagentictools.com/skills/flutter-skills-flutter-setup-declarative-routing?ref=badge)
npx agentictools info skills/flutter-skills-flutter-setup-declarative-routing

The second line is the CLI lookup for this page — handy in READMEs and docs.