Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 993 Bytes

index.mdx

File metadata and controls

25 lines (14 loc) · 993 Bytes

Flutter Modal Bottom Sheet

Awesome Flutter Pub

Try it

Explore the Web Demo or clone the repository.

Why not showModalBottomSheet?

Inspired by showModalBottomSheet, it completes with some must-need features:

  • Support for inside scrollview + dragging down to close (showModalBottomSheet won't work correctly with scrollviews.
  • Support for WillPopScope to prevent closing the dialog.
  • Support for scroll to top when tapping status bar (iOS only)
  • Cupertino modal bottom sheet
  • Create custom modal bottom sheet

First Steps

How to install it? Follow Instructions