omni_kv_shared_preferences 0.1.0
omni_kv_shared_preferences: ^0.1.0 copied to clipboard
SharedPreferences adapter for the OmniKV framework.
0.1.0 #
Added #
SharedPreferencesKvAdapter: A fully featured OmniKV adapter backed by the officialshared_preferencespackage.SharedPreferencesKvCodec: Handles logical-to-storage key translation and prefixing.- Natively supports
String,int,double,bool, andList<String>. - Supports capabilities:
Readable,Writable,Removable,Clearable, andBatchable.