skydoves / FlexibleBottomSheet

🐬 Advanced Compose Multiplatform bottom sheet for segmented sizing, non-modal type, and allows interaction behind the bottom sheet similar to Google Maps.
Apache License 2.0
687 stars 30 forks source link

In a non-Compose project, what libraries are good options to achieve an effect similar to FlexibleBottomSheet and offer equally convenient functionality? #35

Closed yiyeshua closed 1 week ago

yiyeshua commented 1 week ago

My project is a mixed one using both Kotlin and Java, and it doesn't utilize Compose. Apart from the official BottomSheet, are there any similar libraries available?

skydoves commented 1 week ago

Aren't there many ways to implement this in XML, such as using BottomSheetDialogFragment?