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
I would like to see a horizontal layout, wherein the backLayer can be positioned on either the left or right side of the screen. Upon revealing the backLayer, the frontLayer would slide to the side. This would allow me to use the same code for both wide and narrow layouts, rather than trying to switch controls. I'm looking into NavigationRail as a possible solution for my wide layouts, but this isn't ideal.
The text was updated successfully, but these errors were encountered:
@hanskokx Most of v1.0 is closed (except proper documentation), you can go ahead and start working on it in backwards-compatible way. Ideally, we should be implementing it with BackdropScaffold itself, can you design the APIs to achieve (horizontal layout or NavigationRail) it?
I have been pondering how best to achieve this, and I would agree that `NavigationRail` should be considered. With the current method of using a standard `AppBar`, there doesn't appear to be an elegant method to conceal the `BackPage` header and expose the left (or right) side of the screen. Perhaps `NavigationRail` will solve this, as it is adaptive. If/when I get some time, I'll experiment and see if I can come up with something.
I would like to see a horizontal layout, wherein the backLayer can be positioned on either the left or right side of the screen. Upon revealing the backLayer, the frontLayer would slide to the side. This would allow me to use the same code for both wide and narrow layouts, rather than trying to switch controls. I'm looking into NavigationRail as a possible solution for my wide layouts, but this isn't ideal.
The text was updated successfully, but these errors were encountered: