You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce Platform Themes. Platform Themes provide a native look and feel depending on the platform you are running on, such as platform fonts, text sizes, emojis on Web, touch indications, and interactive sizing for controls.
Add option to animate ColoredIndication's color changes
Add getter to MutableThemeProperties
Changed
Updated demos to use Platform Theme instead of hardcoded styles
This version splits the library into modules so that you can use only the APIs that your project needs.
All modules are now:
// 1-liner setup. Adds all Unstyled APIs
implementation("com.composables:composeunstyled:1.48.1")
// adds all component primitives
implementation("com.composables:composeunstyled-primitives:1.48.1")
// adds theming APIs
implementation("com.composables:composeunstyled-theming:1.48.1")
// core is now deprecated. it is an alias for `composeunstyled` and will go away in 2.0
implementation("com.composables:core:1.48.1")