You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The YaruMasterDetailPage allows passing a key to BOTH of the navs, which does not help at all. Actually it makes things worse.
For simpler apps that eventually does not happen or when only landscape layout is used.
However a simple scenario in musicpod makes this easy to show:
(recorded from vscode debugging thus screen record flickering... old topic)
@Jupi007@spydon@d-loose do you have any smart idea how to save this switching between portrait and landscape?
Otherwise, also because from a design perspective this switching is actually not very helpful, I would suggest that we either sunset this widget and convert to landscape layout or to create a differnt layout when the window is really small
In the weather app I made an expriment which shows the list of master tiles only in a Drawer in narrow windows, WDYT?
YaruMasterDetailPage navigator design is sadly flawed.
There are two navigators
One in portraitlayout:
yaru.dart/lib/src/widgets/master_detail/yaru_portrait_layout.dart
Line 102 in f006d8e
And one in LandscapeLayout:
yaru.dart/lib/src/widgets/master_detail/yaru_landscape_layout.dart
Line 142 in f006d8e
The YaruMasterDetailPage allows passing a key to BOTH of the navs, which does not help at all. Actually it makes things worse.
For simpler apps that eventually does not happen or when only landscape layout is used.
However a simple scenario in musicpod makes this easy to show:
Bildschirmaufzeichnung.vom.2024-05-18.13-23-58.mp4
(recorded from vscode debugging thus screen record flickering... old topic)
@Jupi007 @spydon @d-loose do you have any smart idea how to save this switching between portrait and landscape?
Otherwise, also because from a design perspective this switching is actually not very helpful, I would suggest that we either sunset this widget and convert to landscape layout or to create a differnt layout when the window is really small
In the weather app I made an expriment which shows the list of master tiles only in a Drawer in narrow windows, WDYT?
Bildschirmaufzeichnung.vom.2024-05-18.13-27-00.mp4
The text was updated successfully, but these errors were encountered: