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

flutter-app-size-optimization

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

Measure and reduce the size of the Flutter app bundle, APK, or IPA

flutterapp-sizeoptimizationmobile-developmentdartdev-toolsbuild-process
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdflutter-app-size/workflow
1
Determine Target Platform: — Ask the user which platform they are targeting (apk, appbundle, ios, linux, macos, windows) and their size reduction goal.
2
Generate Size Analysis File: — Run `flutter build <platform> --analyze-size` to generate a size analysis JSON file.
3
Generate iOS App Size Report (iOS Only): — If targeting iOS, run `flutter build ipa --export-method development` and generate an Xcode App Thinning Size Report.
4
Analyze Components in DevTools: — Launch Dart DevTools and upload the generated JSON file to the App Size Tool to identify large components.
5
Implement Size Reduction Strategies: — Apply strategies like `--split-debug-info`, asset compression, and platform-specific tree-shaking.
6
Validate and Fix: — Regenerate the size analysis file and compare it with the original to ensure the app size decreased to meet the requirements.

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

flutter-app-size-optimization
flutter-app-size
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.EVALUATE
5.REFLECT
Triggers8
reduce flutter app sizeoptimize flutter apk sizeanalyze flutter app bundle sizemeasure flutter ipa sizedecrease flutter app download sizefind large assets in flutter appsplit debug info fluttertree shake 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-app-size
$ synaptic skills detail flutter-app-size
$ synaptic skills live flutter-app-size

Dependências

flutterdart

Links

GitHub Repository