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

Reducing Flutter App Size

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

Measures and optimizes the size of Flutter application bundles for deployment. Use when minimizing download size or meeting app store package constraints.

flutterapp-sizeoptimizationmobile-developmentperformancebuild-process
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdflutter-reducing-app-size/workflow
1. Determine the target platform (Android, iOS, etc.).
2. Generate a size analysis JSON file using `flutter build` with the `--analyze-size` flag.
3. Analyze the size data in DevTools to identify large packages, libraries, or assets.
4. Implement size reduction strategies (e.g., remove unused resources, compress media).
5. Rebuild the app and regenerate the size analysis JSON.
6. Compare the new build size against the old build size using DevTools.
7. For iOS, estimate the download size using Xcode's App Thinning feature.

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

Reducing Flutter App Size
flutter-reducing-app-size
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.ACT
6.REFLECT
Triggers7
reduce flutter app sizeoptimize flutter app bundleanalyze flutter app sizeminimize flutter apk sizedecrease flutter ios download sizecheck flutter app size in devtoolsgenerate flutter size analysis json

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-reducing-app-size
$ synaptic skills detail flutter-reducing-app-size
$ synaptic skills live flutter-reducing-app-size

Links

GitHub Repository