caduandrade / multi_split_view

Provides horizontal or vertical multiple split view for Flutter.
MIT License
152 stars 29 forks source link

issue : onWeightChange - controller.areas are not updated #51

Closed vd3d closed 7 months ago

vd3d commented 7 months ago

Hi,

I try to get the updated area weights, I use onWeightChange , but the list of Area from _controller.areas i not updated.

I have checked the code (tried to debug) and I see in the _sizesCache is updated, but the list of area always remain the same ! I can't find any way to retrieve the list of updated size (in pixel if possible, or at least the weights).

Thanks

vd3d commented 7 months ago

Sorry, the issue was on my side !