caduandrade / multi_split_view

Provides horizontal or vertical multiple split view for Flutter.
https://caduandrade.github.io/multi_split_view/
MIT License
129 stars 24 forks source link

Expand and drag multi_split_view child above sibling. eg Stack widget #59

Closed Uche01 closed 2 months ago

Uche01 commented 2 months ago

Like in VSCode, when the main editor area is expanded and dragged towards the file explorer, the editor area overlays the explorer. I need to implement something similar with multi_split_view, however, it doesn't overlay the explorer rather it compresses the explorer content until a bound error is thrown.

Any idea on how I can achieve this using multi_split_view even if it's a hack?

Uche01 commented 2 months ago

I was able to fix this using Stack widget. Kind of a hack though but it works