1. Does anyone know when will be Material 3 bottom sheet ready? Not only DialogBottomSheet. I need Standard bottom sheet. Thanks! ❤️ ✏️
jetpack compose 4
j
jossiwolf
03/27/2023, 12:42 PM
Support for standard bottom sheets was introduced in 1.1.0-alpha08 :)
d
dorche
03/27/2023, 5:27 PM
Jossi, is there any sort of guidance on how to handle status bar insets with standard bottom sheets? In the collapsed state it doesn't make sense to pad the top area of the sheet but in an expanded state you need that padding..
Material2 standard sheets expose a float that updates as the user is dragging and that works pretty nicely to gradually add padding as the user is dragging the sheet up but M3 annoyingly hides that property too...
j
jossiwolf
03/27/2023, 5:34 PM
Please file a ticket if you haven't - it's on the team's to do list to look at the sheets + insets story deeper 🙂