Skip to content

Wrap bottom sheet content in SafeAreas#2683

Open
jlahd wants to merge 1 commit into
singerdmx:masterfrom
jlahd:bottom-sheet-safe-area
Open

Wrap bottom sheet content in SafeAreas#2683
jlahd wants to merge 1 commit into
singerdmx:masterfrom
jlahd:bottom-sheet-safe-area

Conversation

@jlahd

@jlahd jlahd commented Nov 17, 2025

Copy link
Copy Markdown

Description

Currently, when the (old) three-button navigation mode is in use on Android, and the app uses fullscreen mode, the bottommost option on all bottom sheets opened by flutter-quill effectively get blocked by Android's system buttons, being shown behind the button bar:

image

This PR wraps the bottom sheets in a proper SafeArea widget, which adds the necessary padding so that all options are reachable.

Type of Change

  • Feature: New functionality without breaking existing features.
  • 🛠️ Bug fix: Resolves an issue without altering current behavior.
  • 🧹 Refactor: Code reorganization, no behavior change.
  • Breaking: Alters existing functionality and requires updates.
  • 🧪 Tests: New or modified tests
  • 📝 Documentation: Updates or additions to documentation.
  • 🗑️ Chore: Routine tasks, or maintenance.
  • Build configuration change: Build/configuration changes.

@jlahd jlahd force-pushed the bottom-sheet-safe-area branch from e5afc5a to 8531084 Compare May 19, 2026 14:06
@jlahd jlahd force-pushed the bottom-sheet-safe-area branch from 8531084 to 237d5bf Compare May 19, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant