Material3 Adaptive - Minimal Example
With the release of 1.3.0-rc01 for Material3 Adaptive, I felt it was a good time to try out a minimal example. In the same spirit, this will be a minimal blog that should help you get an example up and running ASAP. This follows on from my Navigation 3 series which covers adaptive using Navigation3 so definitely check that out if you want to see a more detailed example (or if you just like cool cars). Dependencies Assuming you want to recreate exactly what I am doing, you just need to add the 1.3.0-rc01 detail as linked. Of course, I would recommend using the release version of 1.3.0 (or later releases) when that becomes available instead. I'll repeat them here for conveniece: dependencies { implementation "androidx.compose.material3.adaptive:adaptive:1.3.0-rc01" implementation "androidx.compose.material3.adaptive:adaptive-layout:1.3.0-rc01" implementation "androidx.compose.material3.adaptive:adaptive-navigation:1.3.0-rc01" implem...


