data/datasources/user_prefs_datasource library

Classes

CachedDomain
Trimmed projection of a domain stored in the home first-paint cache — just the fields the home screen's domain grid needs to render a tile.
UserPrefsDatasource
Thin wrapper around SharedPreferences for non-secret, device-local user prefs. Use flutter_secure_storage for anything sensitive (API keys, auth tokens). This class is safe to instantiate multiple times — all instances talk to the same underlying storage.