Releases: amirroid/ComposePreferences
Releases · amirroid/ComposePreferences
Improved Code Readability & Optimization - v1.0.1
🚀 ComposePreferences v1.0.0 - Initial 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! 🚀