Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Implementing Navigation and Routing in Flutter

porflutter·flutter· v1.0.0 · atualizado em 2026-04-10
79
Score

Handles routing, navigation, and deep linking in a Flutter application. Use when moving between screens or setting up URL-based navigation.

flutternavigationroutingdeep-linkingmobile-developmentuiuser-experience
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdflutter-implementing-navigation-and-routing/workflow
1. Choose between `Navigator` (imperative) and `Router` (declarative) based on app complexity.
2. For simple navigation, use `Navigator.push()` and `Navigator.pop()` with `MaterialPageRoute` or `CupertinoPageRoute`.
3. For complex navigation (deep linking, web support), add the `go_router` package and use `MaterialApp.router`.
4. Define routes in the `GoRouter` configuration.
5. Implement nested navigation using a `GlobalKey<NavigatorState>` and `Navigator` widget.
6. Handle back button presses with `PopScope` in nested flows.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe comManaging State in Flutter
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Implementing Navigation and Routing in Flutter
flutter-implementing-navigation-and-routing
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.RECOMMEND
5.ACT
Triggers7
implement navigation in Flutterset up routing in Flutterhandle deep linking in a Flutter appmove between screens in Flutterconfigure Flutter routesuse go_router in Flutterimplement nested navigation in Flutter

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download flutter-implementing-navigation-and-routing
$ synaptic skills detail flutter-implementing-navigation-and-routing
$ synaptic skills live flutter-implementing-navigation-and-routing

Dependências

go_router

Links

GitHub Repository