flutter-caching-data
We need to translate the given text from English to Brazilian Portuguese. The text describes caching strategies for Flutter apps. We must preserve the name "flutter-caching-data" but it's not in the text, so we ignore. Also preserve technical terms like shared_preferences, SQLite/Hive, FlutterEngine, etc. No extra commentary. Translation: "Padrões de cache de dados local e sincronização offline-first para aplicativos Flutter. Abrange cinco estratégias de cache: shared_preferences para estado da UI, SQLite/Hive para dados estruturados, sistema de arquivos para mídia binária, restauração de estado para navegação e pré-aquecimento do FlutterEngine no Android. Implementa repositórios offline-first usando streams para leituras (yield local, buscar remoto, atualizar cache) e estratégias de escrita dupla (somente online vs. offline-first com sincronização em segundo plano). Otimiza o cache de imagens com..." The original text ends with "Optimizes
npx skills add https://github.com/flutter/skills --skill flutter-caching-data