fluttercommunity/backdrop

Horizontal layout

hanskokx opened this issue · 3 comments

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.

daadu commented

#17 #34 are the issues for the particular feature. will be working on it after closing #5

daadu commented

@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?