multi_split_view icon indicating copy to clipboard operation
multi_split_view copied to clipboard

Provides horizontal or vertical multiple split view for Flutter.

Results 8 multi_split_view issues
Sort by recently updated
recently updated
newest added

Hi there! 👋 This is just a quick note to let you know that this project isn't abandoned, but it may go through idle periods depending on my availability. Since...

This PR fixes [this](https://github.com/caduandrade/multi_split_view/issues/94) issue.

Can you add to onDividerDragUpdate the controller of the MultiSplitView? I was using the previous version of the MultiSplitView, and used the onWeightChange to save the weight of the area,...

using multi_split_view I have to take special care that the 'Area' content views will not be recreated on every build(). Your tabbed_view component takes care of this by means of...

Enhancement Request: Integrate MultiSplitView into PageStorage similar to Srollable. This would allow resizes done by a user to persist even when the page (or Tab) is closed and later reopened.