ubuntu / yaru.dart

Ubuntu Yaru Flutter widgets and themes for building desktop and web applications
https://ubuntu.github.io/yaru.dart/
Mozilla Public License 2.0
179 stars 33 forks source link

fix(YaruMasterDetailPage): has too many nested Scaffolds #885

Closed Feichtmeier closed 3 months ago

Feichtmeier commented 3 months ago

grafik grafik grafik

This needs testing on all platforms, as all platforms behave differently with "draw in in the native window" before it can be considered a solution.

Note: in fact no scaffold is needed by default at all, as we only require the next child of materialapp to be a material widget. Scaffold is a very heavy widget with lots of stuff going on there. Even if the "expected" child page of one master element is a Scaffold or a YaruDetailPage, which is a Scaffold with lipstick

The normal layout with YMDP is the following grafik

Fixes #728