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

Developing Flutter Plugins

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

Builds Flutter plugins that provide native interop for other apps to use. Use when creating reusable packages that bridge Flutter with platform-specific functionality.

flutterplugin-developmentmobile-developmentnative-interopandroidioscross-platform
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdflutter-building-plugins/workflow
1. Determine if the plugin requires FFI or standard Method Channels.
2. Execute the appropriate `flutter create` command with the correct template and platform flags.
3. Implement platform-specific code using the appropriate IDE (Android Studio for Android, Visual Studio for Windows).
4. Implement the `FlutterPlugin` interface and lifecycle-aware interfaces (e.g., `ActivityAware`, `ServiceAware`) for Android.
5. Rebuild the solution in Visual Studio after making changes to the C++ plugin code for Windows.
6. Update iOS/macOS podspecs if adding iOS or macOS support.
7. Test the plugin on all supported platforms.

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

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

Developing Flutter Plugins
flutter-building-plugins
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers8
create a Flutter pluginbuild a Flutter plugin for native functionalitydevelop a Flutter plugin with platform-specific codeimplement Android platform code in a Flutter pluginimplement Windows platform code in a Flutter pluginadd platform support to an existing Flutter plugincreate a federated Flutter pluginuse FFI in a Flutter plugin

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

Links

GitHub Repository