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

flutter-caching-and-performance

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

Cache data in a Flutter app

fluttercachingperformanceoffline-firstsqflitepath-providerimage-caching
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdflutter-caching/workflow
1. Evaluate data retention requirements and select a caching strategy (in-memory, shared preferences, file system, or database).
2. Implement the chosen caching mechanism using appropriate Flutter packages (e.g., `sqflite`, `path_provider`).
3. Implement an offline-first repository pattern with stream-based data delivery.
4. Optimize image and scroll caching to prevent memory bloat and layout passes.
5. Validate and fix performance issues by reviewing code for common pitfalls.
6. Implement FlutterEngine caching for Android to reduce warm-up time (if applicable).

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-caching-and-performance
flutter-caching
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.EVALUATE
5.REFLECT
Triggers8
implement caching in Flutteroptimize Flutter app performanceadd offline support to Flutter appuse sqflite for Flutter cachingcache images in Flutterimprove Flutter scrolling performanceimplement FlutterEngine cachinguse shared preferences 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-caching
$ synaptic skills detail flutter-caching
$ synaptic skills live flutter-caching

Dependências

sqflitepath_providercached_network_imagepath

Links

GitHub Repository