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

Flutter App Architecture Implementation

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

Use the Flutter team's recommended app architecture

fluttermobile-developmentmvvmapp-architectureui-developmentdata-layerunidirectional-data-flow
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdflutter-architecture/workflow
1. Analyze feature requirements to determine data models, API endpoints, and business logic complexity.
2. Implement stateless service classes to wrap external APIs or local storage.
3. Create repositories to act as the single source of truth, handling errors and exposing domain models.
4. Implement ViewModels as `ChangeNotifier` to manage UI state and handle user interactions.
5. Create Views as `StatelessWidget` that observe the ViewModel using `ListenableBuilder`.
6. Inject dependencies at the application or route level using constructor injection or a dependency injection framework.
7. Validate the implementation against architectural constraints, ensuring unidirectional data flow and separation of concerns.

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 comflutter-state-management
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
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

Flutter App Architecture Implementation
flutter-architecture
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers8
implement flutter app architectureuse mvvm in flutterapply flutter recommended architecturecreate a scalable flutter appstructure a flutter projectbuild flutter app with unidirectional data flowimplement data layer in fluttercreate viewmodels for flutter app

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-architecture
$ synaptic skills detail flutter-architecture
$ synaptic skills live flutter-architecture

Dependências

flutterprovidershared_preferences

Links

GitHub Repository