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

How to define a two panel horizontal MultiSplitView where 2nd panel takes up remaining space? #55

Closed davoutuk closed 2 months ago

davoutuk commented 2 months ago

Hello,

I am reviewing your 'multi_split_view' package and had a question about how to set up a two panel view horizontal MultiSplitView where:

Is this possible?

caduandrade commented 2 months ago

Hi @davoutuk! In the current version, no, because the size is just the initial size and this is converted to weight.

But it's already possible in version 3.0 (#54)! I already finished it. I'm just reviewing, creating some unit tests, and documenting. I will publish it soon.

caduandrade commented 2 months ago

Done (version 3.0.0)