flutter-caching-data
by flutter
Local data caching and offline-first synchronization patterns for Flutter apps. Covers five caching strategies: shared_preferences for UI state, SQLite/Hive for structured data, file system for binary media, state restoration for navigation, and FlutterEngine pre-warming on Android Implements offline-first repositories using streams for reads (yield local, fetch remote, update cache) and dual write strategies (online-only vs. offline-first with background sync) Optimizes image caching with...
npx skills add https://github.com/flutter/skills --skill flutter-caching-data