repositories/preferences_repository library

Classes

PreferencesRepository
Manages app preferences: demo mode, color customizations, onboarding status.

Enums

PrefKey<T>
Typed preference keys with defaults.
PrefType
SharedPreferences value type, used to dispatch to the correct accessor.

Properties

preferencesRepositoryProvider Provider<PreferencesRepository>
Provides the PreferencesRepository instance.
final