Skip to content

🚀 ComposePreferences v1.0.0 - Initial Release

Choose a tag to compare

@amirroid amirroid released this 02 Mar 23:50
· 8 commits to main since this release

The first stable release of ComposePreferences, a Jetpack Compose library for seamless state management with SharedPreferences.

Features:
🔹 Easy State Management: Directly bind preferences to state variables.
🔹 Default SharedPreferences Support: Uses a default instance named "screen".
🔹 Custom SharedPreferences: Override storage with CompositionLocalProvider.
🔹 Supports Primitive Types: Includes String, Int, Boolean, Float, Long, Set, and Double.
🔹 Custom Serialization: Extend with PreferenceSaver.
Perfect for managing persistent user settings in Compose applications! 🚀