Skip to content

Releases: amirroid/ComposePreferences

Improved Code Readability & Optimization - v1.0.1

03 Mar 02:15

Choose a tag to compare

This release enhances code readability and optimizes performance for a smoother developer experience. Unnecessary complexity has been reduced, making the library more maintainable and efficient. 🚀

🚀 ComposePreferences v1.0.0 - Initial Release

02 Mar 23:50

Choose a tag to compare

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! 🚀