Committed by
GitHub
Merge pull request #174 from idkq/patch-1
See stackoverflow
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -26,6 +26,7 @@ Inspired by `showModalBottomSheet`, it completes with some must-need features: | @@ -26,6 +26,7 @@ Inspired by `showModalBottomSheet`, it completes with some must-need features: | ||
26 | - Support for inside scrollview + dragging down to close (`showModalBottomSheet` won't work correctly with scrollviews. | 26 | - Support for inside scrollview + dragging down to close (`showModalBottomSheet` won't work correctly with scrollviews. |
27 | - Support for `WillPopScope` to prevent closing the dialog. | 27 | - Support for `WillPopScope` to prevent closing the dialog. |
28 | - Support for scroll to top when tapping status bar (iOS only) | 28 | - Support for scroll to top when tapping status bar (iOS only) |
29 | +- Support for top SafeArea (not supported by showModalBottomSheet) | ||
29 | - Cupertino modal bottom sheet | 30 | - Cupertino modal bottom sheet |
30 | - Create custom modal bottom sheet | 31 | - Create custom modal bottom sheet |
31 | 32 |
-
Please register or login to post a comment