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

Add Full Height Modal Setting #474

Merged
merged 1 commit into from
Jan 26, 2023
Merged

Add Full Height Modal Setting #474

merged 1 commit into from
Jan 26, 2023

Conversation

ricoberger
Copy link
Member

@ricoberger ricoberger commented Jan 26, 2023

This commit adds a new "fullHeightModals" setting in the app settings, which allows a user to enabled full height modals (modals which takes the entire screen size and not just 75%). This setting isn't enabled by default, because it also comes with the drawback that the modal header is moved behind the safe area.

Hopefully this should be fixed by the "safeArea" property for modal bottom sheets in Flutter 3.7.0 (currently we are not able to update because some dependencies are not working with the new version).

Fixes #467

This commit adds a new "fullHeightModals" setting in the app settings,
which allows a user to enabled full height modals (modals which takes
the entire screen size and not just 75%). This setting isn't enabled by
default, because it also comes with the drawback that the modal header
is moved behind the safe area.

Hopefully this should be fixed by the "safeArea" property for modal
bottom sheets in Flutter 3.7.0 (currently we are not able to update
because some dependencies are not working with the new version).
@ricoberger ricoberger added the changelog: added A new feature was added label Jan 26, 2023
@ricoberger ricoberger merged commit 856da5e into main Jan 26, 2023
@ricoberger ricoberger deleted the add-full-height-modals branch January 26, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: added A new feature was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't view whole graph on iPhone 8/SE
1 participant