flutter
Implement Flutter caching and offline-first data sync using SQLite, shared_preferences, and stream-based repositories.
Price
Free
Files
0
Rating
0.0
Reviews
0
Source
Source repo
About
Covers selecting the right caching mechanism (shared_preferences for small state, SQLite/Drift/Hive for structured data, file system for binaries) and implementing offline-first repository patterns. Uses a stream-based approach: yield local data immediately, fetch remote data asynchronously, then yield updated cache. Includes background sync strategies with a synchronized flag, write-through vs. offline-first write patterns, and FlutterEngine pre-warming on Android.
By flutter
Identity GitHub flutter
What the agent sees
name
skills-sh-flutter-skills-flutter-caching-data
description
Implement Flutter caching and offline-first data sync using SQLite, shared_preferences, and stream-based repositories.
Tags
Technical details
Source repo
Original GitHub link
Publisher site
Packaging note
Recent reviews
No reviews yet.