Skip to content

Flutter upgrade to 3.41.4#362

Merged
nbrownus merged 4 commits intomainfrom
flutter-upgrade
Mar 5, 2026
Merged

Flutter upgrade to 3.41.4#362
nbrownus merged 4 commits intomainfrom
flutter-upgrade

Conversation

@nbrownus
Copy link
Copy Markdown
Contributor

@nbrownus nbrownus commented Mar 5, 2026

@jasikpark reported an issue with iPad on 26.x immediately dismissing the add site bottom sheet. The issue there stemmed from the previous version on iOS 26.x, upgrading has fixed the issue in my testing.

This also moves the add site from a bottom sheet to a dialog on iPad:
simulator_screenshot_D9148348-C7DB-4D92-AC23-CDDAEDDB944C

iPhone remains the same:
simulator_screenshot_C2752C77-945C-4D91-8883-9C8599A92433

nbrownus added 3 commits March 5, 2026 14:28
On tablets (shortestSide >= 600), present the add site options as a
centered dialog instead of a modal bottom sheet. This avoids barrier
dismiss issues on iPad and is more consistent with tablet UX.

Also removes DraggableScrollableSheet wrapper in favor of Column +
shrinkWrap ListView for proper content sizing in both presentations.
johnmaguire
johnmaguire previously approved these changes Mar 5, 2026
@nbrownus nbrownus merged commit e5baa64 into main Mar 5, 2026
6 checks passed
@nbrownus nbrownus deleted the flutter-upgrade branch March 5, 2026 21:33
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.

2 participants