Flutter BottomSheet Overlapping Navigation Bar: Switching to showDialog

Using showModalBottomSheet for form input screens feels natural. But when your app has a bottom navigation bar, the sheet slides up and covers the navigation — it works functionally, but looks cluttered. Three issues were fixed in one go: Bottom sheet → centered modal conversion TextButton cancel button rendering in yellow (unreadable) PlatformException when sharing a SQLite file with share_plus Problem 1: BottomSheet Covers the Navigation Bar Symptom An input form built with showModalBottomSheet overlaps the bottom navigation bar when it slides up. Even with isScrollControlled: true, the sheet extends over the navigation area. ...

2026-03-09 · 4 min read · Seunghan
Flutter Glassappbar Tabbar Overflow Colors White Lightmode

Flutter UI Full Audit — GlassAppBar TabBar Overflow and Colors.white Light Mode Bug

When you build a Flutter app long enough, there are two bugs you inevitably encounter at least once. One is the bottom overflowed by N pixels error, the other is text becoming invisible against the background in light mode. Both have simple causes, but until you do a full audit of all screens, it’s easy to just think “something’s off on a few screens.” It wasn’t until I swept through all 50 pages of the app that the pattern became clear. ...

2025-09-24 · 4 min read · Seunghan
Privacy Policy Terms Disclaimer Contact