xxfast
09/24/2024, 6:11 AMWindowSizeClass
implementation.
There are two window size class implementations
• androidx.window.core.layout.WindowSizeClass
coming from org.jetbrains.compose.material3.adaptive:adaptive:1.0.0-alpha01
• androidx.compose.material3.windowsizeclass.WindowSizeClass
coming from org.jetbrains.compose.material3:material3-window-size-class:1.7.0-beta02
Do we know which ones gonna stay? I know this is currently in works, but I want to minimise the impact this will have in the futureIvan Matkov
09/24/2024, 9:57 AMIvan Matkov
09/24/2024, 9:57 AMKonstantin Tskhovrebov
09/24/2024, 10:02 AMadaptive
library. The windowsizeclass
library is more low level. But, as Ivan said, it is better to ask Google hereJohn O'Reilly
09/24/2024, 10:08 AM