Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

3.0.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@afollestad afollestad released this 17 May 21:12
  • The BottomSheet() dialog behavior now accepts an optional LayoutMode parameter, which you can use
    to instruct the bottom sheet to be expandable to the screen height or limit itself to wrap the content
    of its content. See the updated Bottom Sheets documentation.
  • Added a setPeekHeight(...) extension method for MaterialDialog that you can use to set the
    default peek height and animate peek height changes.