Bottom Sheet
One of the motivations behind creating this library is allowing a bit more freedom when using bottom sheets or dialogs. Changing their behaviour in real-time and making them more stateful. That's why Guia renders the bottom sheets in a slightly altered version of a ModalBottomSheetLayout
that has smoother transition animations between bottom sheets and allows for changing its behavior in real-time.
Every BottomSheet
has a sateful BottomSheetOptions
that can be updated at any time:
Navigating between two bottom sheets will animate the content of the bottom sheet container that hosts them.
Updating BottomSheet state
Note that BottomSheetOptions
currently are not saved/restored so make sure you have a backing saveable state if needed in your Composable.
Last updated