Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow safe area configuration for bottom sheets #2

Merged
merged 10 commits into from
Feb 21, 2024

Conversation

buehler
Copy link
Collaborator

@buehler buehler commented Feb 21, 2024

Allows the ignoreSafeArea param for the showBottomSheet funciton.
This setting defaults to "true", such that any SafeArea widget
is ignored in a bottom sheet (barring the bottom padding value).
When set to "false", a safe area widget is respected and the
bottomsheet padded accordingly. This is most likely used
with "fullscreen" bottom sheets.

@buehler buehler requested a review from nschaer92 February 21, 2024 12:48
@nschaer92 nschaer92 enabled auto-merge (squash) February 21, 2024 13:07
@nschaer92 nschaer92 merged commit ebd2cce into main Feb 21, 2024
4 checks passed
@nschaer92 nschaer92 deleted the feat/full-screen-bottomsheet branch February 21, 2024 13:09
buehler pushed a commit that referenced this pull request Feb 21, 2024
# [1.1.0](v1.0.5...v1.1.0) (2024-02-21)

### Features

* allow safe area configuration for bottom sheets ([#2](#2)) ([ebd2cce](ebd2cce))
@buehler
Copy link
Collaborator Author

buehler commented Feb 21, 2024

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants