22 skills found
iamMehedi / Secured Preference StoreA cryptography library and a SharedPreferences wrapper for Android that encrypts the content with 256 bit AES encryption. The Encryption key is securely stored in device's KeyStore.
ZenitechSoftware / KrateA SharedPreferences wrapper powered by Kotlin delegates
pwittchen / PrefserWrapper for Android SharedPreferences with object serialization and RxJava Observables
cioccarellia / KsprefsKotlin SharedPreferences wrapper & cryptographic android library.
GrenderG / PrefsSimple Android SharedPreferences wrapper.
bilibili / XprefA SharedPreferences' wrapper that truly supported sharing data across multi-process
WhiteDG / EasySP🔧 A SharedPreferences wrapper that has a fluent interface to store data
tushar-nallan / PrefCompatPrefCompat is a wrapper over the SharedPreference class in Android. It supports storing objects other than the standard primitives while decreasing the boiler plate code. It also enables listening for changes on specific keys on a SharedPreference with RxJava support.
hoc081098 / Rx Shared Preferences🌀 Shared preferences with RxDart Stream observation ⚡️ Reactive shared preferences for Flutter 🌸Reactive stream wrapper around SharedPreferences 🍄 Lightweight and easy-to-use 🌱 A reactive key-value store for Flutter projects. Like shared_preferences, but with Streams 📕 Rx Shared Preferences for Flutter 🌿 rx_shared_preferences 🌰 rx_shared_preference 🍷 Reactive SharedPreferences for Flutter 🌰 A stream based wrapper over shared_preferences, allowing reactive key-value storage.
a11n / SharpAn annotation based SharedPreferences wrapper.
drewhamilton / RxPreferencesAn RxJava wrapper for Android's SharedPreferences
marchdev-tk / Cross Local StorageSharedPreferences wrapper for both Mobile (Android/iOS), Web and Desktop (Windows, macOS, Linux).
TGX-Android / LeveldbLevelDB java wrapper that implements SharedPreferences.
hamzamekk / React Native Turbo PreferencesModern TurboModule wrapper for iOS NSUserDefaults and Android SharedPreferences.
bleeding182 / Sharedpreferences AnnotationsAndroid SharedPreference Wrapper genereated by an annotation processor
camus-design / Simple Shared PreferencesA simple wrapper for [SharedPreferences] that supports string, int, double, bool, List<String>, and Map<String, dynamic> types.
droidbaza / SecurePreferenceSecurePreference is a safe and easy-to-use wrapper for SharedPreferences with full encryption, Flow support, and Android Keystore integration
stefanosiano / PowerfulSharedPreferencesAndroid library with a powerful and easy SharedPreferences wrapper, with support for obfuscation, logs, multiple SharedPreferences files, type safety and callback on changes (optionally with Android LiveData).
mariotaku / KPreferencesBetter SharedPreferences wrapper, like SwiftyUserDefaults
cie6868 / EncryptedSharedPreferencesA wrapper for SharedPreferences that provides cryptographic obfuscation and data protection.